@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateElasticsearchDomainConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the UpdateElasticsearchDomain
operation. Specifies the type and
number of instances in the domain cluster.
NOOP
Constructor and Description |
---|
UpdateElasticsearchDomainConfigRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateElasticsearchDomainConfigRequest |
addAdvancedOptionsEntry(String key,
String value) |
UpdateElasticsearchDomainConfigRequest |
addLogPublishingOptionsEntry(String key,
LogPublishingOption value) |
UpdateElasticsearchDomainConfigRequest |
clearAdvancedOptionsEntries()
Removes all the entries added into AdvancedOptions.
|
UpdateElasticsearchDomainConfigRequest |
clearLogPublishingOptionsEntries()
Removes all the entries added into LogPublishingOptions.
|
UpdateElasticsearchDomainConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessPolicies()
IAM access policy as a JSON-formatted string.
|
Map<String,String> |
getAdvancedOptions()
Modifies the advanced option to allow references to indices in an HTTP request body.
|
String |
getDomainName()
The name of the Elasticsearch domain that you are updating.
|
EBSOptions |
getEBSOptions()
Specify the type and size of the EBS volume that you want to use.
|
ElasticsearchClusterConfig |
getElasticsearchClusterConfig()
The type and number of instances to instantiate for the domain cluster.
|
Map<String,LogPublishingOption> |
getLogPublishingOptions()
Map of
LogType and LogPublishingOption , each containing options to publish a given type
of Elasticsearch log. |
SnapshotOptions |
getSnapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot.
|
VPCOptions |
getVPCOptions()
Options to specify the subnets and security groups for VPC endpoint.
|
int |
hashCode() |
void |
setAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
|
void |
setAdvancedOptions(Map<String,String> advancedOptions)
Modifies the advanced option to allow references to indices in an HTTP request body.
|
void |
setDomainName(String domainName)
The name of the Elasticsearch domain that you are updating.
|
void |
setEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume that you want to use.
|
void |
setElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances to instantiate for the domain cluster.
|
void |
setLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Map of
LogType and LogPublishingOption , each containing options to publish a given type
of Elasticsearch log. |
void |
setSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
void |
setVPCOptions(VPCOptions vPCOptions)
Options to specify the subnets and security groups for VPC endpoint.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateElasticsearchDomainConfigRequest |
withAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
|
UpdateElasticsearchDomainConfigRequest |
withAdvancedOptions(Map<String,String> advancedOptions)
Modifies the advanced option to allow references to indices in an HTTP request body.
|
UpdateElasticsearchDomainConfigRequest |
withDomainName(String domainName)
The name of the Elasticsearch domain that you are updating.
|
UpdateElasticsearchDomainConfigRequest |
withEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume that you want to use.
|
UpdateElasticsearchDomainConfigRequest |
withElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances to instantiate for the domain cluster.
|
UpdateElasticsearchDomainConfigRequest |
withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Map of
LogType and LogPublishingOption , each containing options to publish a given type
of Elasticsearch log. |
UpdateElasticsearchDomainConfigRequest |
withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot.
|
UpdateElasticsearchDomainConfigRequest |
withVPCOptions(VPCOptions vPCOptions)
Options to specify the subnets and security groups for VPC endpoint.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateElasticsearchDomainConfigRequest()
public void setDomainName(String domainName)
The name of the Elasticsearch domain that you are updating.
domainName
- The name of the Elasticsearch domain that you are updating.public String getDomainName()
The name of the Elasticsearch domain that you are updating.
public UpdateElasticsearchDomainConfigRequest withDomainName(String domainName)
The name of the Elasticsearch domain that you are updating.
domainName
- The name of the Elasticsearch domain that you are updating.public void setElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances to instantiate for the domain cluster.
elasticsearchClusterConfig
- The type and number of instances to instantiate for the domain cluster.public ElasticsearchClusterConfig getElasticsearchClusterConfig()
The type and number of instances to instantiate for the domain cluster.
public UpdateElasticsearchDomainConfigRequest withElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances to instantiate for the domain cluster.
elasticsearchClusterConfig
- The type and number of instances to instantiate for the domain cluster.public void setEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume that you want to use.
eBSOptions
- Specify the type and size of the EBS volume that you want to use.public EBSOptions getEBSOptions()
Specify the type and size of the EBS volume that you want to use.
public UpdateElasticsearchDomainConfigRequest withEBSOptions(EBSOptions eBSOptions)
Specify the type and size of the EBS volume that you want to use.
eBSOptions
- Specify the type and size of the EBS volume that you want to use.public void setSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0
hours.
snapshotOptions
- Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0
hours.public SnapshotOptions getSnapshotOptions()
Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0
hours.
0
hours.public UpdateElasticsearchDomainConfigRequest withSnapshotOptions(SnapshotOptions snapshotOptions)
Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0
hours.
snapshotOptions
- Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0
hours.public void setVPCOptions(VPCOptions vPCOptions)
Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains
vPCOptions
- Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domainspublic VPCOptions getVPCOptions()
Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains
public UpdateElasticsearchDomainConfigRequest withVPCOptions(VPCOptions vPCOptions)
Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains
vPCOptions
- Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domainspublic Map<String,String> getAdvancedOptions()
Modifies the advanced option to allow references to indices in an HTTP request body. Must be false
when configuring access to individual sub-resources. By default, the value is true
. See Configuration Advanced Options for more information.
false
when configuring access to individual sub-resources. By default, the value is
true
. See Configuration Advanced Options for more information.public void setAdvancedOptions(Map<String,String> advancedOptions)
Modifies the advanced option to allow references to indices in an HTTP request body. Must be false
when configuring access to individual sub-resources. By default, the value is true
. See Configuration Advanced Options for more information.
advancedOptions
- Modifies the advanced option to allow references to indices in an HTTP request body. Must be
false
when configuring access to individual sub-resources. By default, the value is
true
. See Configuration Advanced Options for more information.public UpdateElasticsearchDomainConfigRequest withAdvancedOptions(Map<String,String> advancedOptions)
Modifies the advanced option to allow references to indices in an HTTP request body. Must be false
when configuring access to individual sub-resources. By default, the value is true
. See Configuration Advanced Options for more information.
advancedOptions
- Modifies the advanced option to allow references to indices in an HTTP request body. Must be
false
when configuring access to individual sub-resources. By default, the value is
true
. See Configuration Advanced Options for more information.public UpdateElasticsearchDomainConfigRequest addAdvancedOptionsEntry(String key, String value)
public UpdateElasticsearchDomainConfigRequest clearAdvancedOptionsEntries()
public void setAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies
- IAM access policy as a JSON-formatted string.public String getAccessPolicies()
IAM access policy as a JSON-formatted string.
public UpdateElasticsearchDomainConfigRequest withAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies
- IAM access policy as a JSON-formatted string.public Map<String,LogPublishingOption> getLogPublishingOptions()
Map of LogType
and LogPublishingOption
, each containing options to publish a given type
of Elasticsearch log.
LogType
and LogPublishingOption
, each containing options to publish a
given type of Elasticsearch log.public void setLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Map of LogType
and LogPublishingOption
, each containing options to publish a given type
of Elasticsearch log.
logPublishingOptions
- Map of LogType
and LogPublishingOption
, each containing options to publish a
given type of Elasticsearch log.public UpdateElasticsearchDomainConfigRequest withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Map of LogType
and LogPublishingOption
, each containing options to publish a given type
of Elasticsearch log.
logPublishingOptions
- Map of LogType
and LogPublishingOption
, each containing options to publish a
given type of Elasticsearch log.public UpdateElasticsearchDomainConfigRequest addLogPublishingOptionsEntry(String key, LogPublishingOption value)
public UpdateElasticsearchDomainConfigRequest clearLogPublishingOptionsEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateElasticsearchDomainConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.