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 | clearAdvancedOptionsEntries()Removes all the entries added into AdvancedOptions. | 
| UpdateElasticsearchDomainConfigRequest | clone()Creates a shallow clone of this request. | 
| 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. | 
| SnapshotOptions | getSnapshotOptions()
 Option to set the time, in UTC format, for the daily automated snapshot. | 
| 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 | setSnapshotOptions(SnapshotOptions snapshotOptions)
 Option to set the time, in UTC format, for the daily automated snapshot. | 
| 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 | withSnapshotOptions(SnapshotOptions snapshotOptions)
 Option to set the time, in UTC format, for the daily automated snapshot. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 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 String toString()
toString in class ObjectObject.toString()public UpdateElasticsearchDomainConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.