public class ElasticsearchDomainStatus extends Object implements Serializable, Cloneable
The current status of an Elasticsearch domain.
| Constructor and Description | 
|---|
| ElasticsearchDomainStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| ElasticsearchDomainStatus | addAdvancedOptionsEntry(String key,
                       String value) | 
| ElasticsearchDomainStatus | clearAdvancedOptionsEntries()Removes all the entries added into AdvancedOptions. | 
| ElasticsearchDomainStatus | clone() | 
| boolean | equals(Object obj) | 
| String | getAccessPolicies()
 IAM access policy as a JSON-formatted string. | 
| Map<String,String> | getAdvancedOptions()
 Specifies the status of the  AdvancedOptions | 
| String | getARN()
 The Amazon resource name (ARN) of an Elasticsearch domain. | 
| Boolean | getCreated()
 The domain creation status. | 
| Boolean | getDeleted()
 The domain deletion status. | 
| String | getDomainId()
 The unique identifier for the specified Elasticsearch domain. | 
| String | getDomainName()
 The name of an Elasticsearch domain. | 
| EBSOptions | getEBSOptions()
 The  EBSOptionsfor the specified domain. | 
| ElasticsearchClusterConfig | getElasticsearchClusterConfig()
 The type and number of instances in the domain cluster. | 
| String | getEndpoint()
 The Elasticsearch domain endpoint that you use to submit index and search
 requests. | 
| Boolean | getProcessing()
 The status of the Elasticsearch domain configuration. | 
| SnapshotOptions | getSnapshotOptions()
 Specifies the status of the  SnapshotOptions | 
| int | hashCode() | 
| Boolean | isCreated()
 The domain creation status. | 
| Boolean | isDeleted()
 The domain deletion status. | 
| Boolean | isProcessing()
 The status of the Elasticsearch domain configuration. | 
| void | setAccessPolicies(String accessPolicies)
 IAM access policy as a JSON-formatted string. | 
| void | setAdvancedOptions(Map<String,String> advancedOptions)
 Specifies the status of the  AdvancedOptions | 
| void | setARN(String aRN)
 The Amazon resource name (ARN) of an Elasticsearch domain. | 
| void | setCreated(Boolean created)
 The domain creation status. | 
| void | setDeleted(Boolean deleted)
 The domain deletion status. | 
| void | setDomainId(String domainId)
 The unique identifier for the specified Elasticsearch domain. | 
| void | setDomainName(String domainName)
 The name of an Elasticsearch domain. | 
| void | setEBSOptions(EBSOptions eBSOptions)
 The  EBSOptionsfor the specified domain. | 
| void | setElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
 The type and number of instances in the domain cluster. | 
| void | setEndpoint(String endpoint)
 The Elasticsearch domain endpoint that you use to submit index and search
 requests. | 
| void | setProcessing(Boolean processing)
 The status of the Elasticsearch domain configuration. | 
| void | setSnapshotOptions(SnapshotOptions snapshotOptions)
 Specifies the status of the  SnapshotOptions | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ElasticsearchDomainStatus | withAccessPolicies(String accessPolicies)
 IAM access policy as a JSON-formatted string. | 
| ElasticsearchDomainStatus | withAdvancedOptions(Map<String,String> advancedOptions)
 Specifies the status of the  AdvancedOptions | 
| ElasticsearchDomainStatus | withARN(String aRN)
 The Amazon resource name (ARN) of an Elasticsearch domain. | 
| ElasticsearchDomainStatus | withCreated(Boolean created)
 The domain creation status. | 
| ElasticsearchDomainStatus | withDeleted(Boolean deleted)
 The domain deletion status. | 
| ElasticsearchDomainStatus | withDomainId(String domainId)
 The unique identifier for the specified Elasticsearch domain. | 
| ElasticsearchDomainStatus | withDomainName(String domainName)
 The name of an Elasticsearch domain. | 
| ElasticsearchDomainStatus | withEBSOptions(EBSOptions eBSOptions)
 The  EBSOptionsfor the specified domain. | 
| ElasticsearchDomainStatus | withElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
 The type and number of instances in the domain cluster. | 
| ElasticsearchDomainStatus | withEndpoint(String endpoint)
 The Elasticsearch domain endpoint that you use to submit index and search
 requests. | 
| ElasticsearchDomainStatus | withProcessing(Boolean processing)
 The status of the Elasticsearch domain configuration. | 
| ElasticsearchDomainStatus | withSnapshotOptions(SnapshotOptions snapshotOptions)
 Specifies the status of the  SnapshotOptions | 
public void setDomainId(String domainId)
The unique identifier for the specified Elasticsearch domain.
domainId - The unique identifier for the specified Elasticsearch domain.public String getDomainId()
The unique identifier for the specified Elasticsearch domain.
public ElasticsearchDomainStatus withDomainId(String domainId)
The unique identifier for the specified Elasticsearch domain.
domainId - The unique identifier for the specified Elasticsearch domain.public void setDomainName(String domainName)
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
domainName - The name of an Elasticsearch domain. Domain names are unique
        across the domains owned by an account within an AWS region.
        Domain names start with a letter or number and can contain the
        following characters: a-z (lowercase), 0-9, and - (hyphen).public String getDomainName()
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
public ElasticsearchDomainStatus withDomainName(String domainName)
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
domainName - The name of an Elasticsearch domain. Domain names are unique
        across the domains owned by an account within an AWS region.
        Domain names start with a letter or number and can contain the
        following characters: a-z (lowercase), 0-9, and - (hyphen).public void setARN(String aRN)
The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.
aRN - The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS
        Identity and Access Management for more information.public String getARN()
The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.
public ElasticsearchDomainStatus withARN(String aRN)
The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.
aRN - The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS
        Identity and Access Management for more information.public void setCreated(Boolean created)
 The domain creation status. True if the creation of an
 Elasticsearch domain is complete. False if domain creation
 is still in progress.
 
created - The domain creation status. True if the creation of
        an Elasticsearch domain is complete. False if domain
        creation is still in progress.public Boolean getCreated()
 The domain creation status. True if the creation of an
 Elasticsearch domain is complete. False if domain creation
 is still in progress.
 
True if the creation of
         an Elasticsearch domain is complete. False if domain
         creation is still in progress.public ElasticsearchDomainStatus withCreated(Boolean created)
 The domain creation status. True if the creation of an
 Elasticsearch domain is complete. False if domain creation
 is still in progress.
 
created - The domain creation status. True if the creation of
        an Elasticsearch domain is complete. False if domain
        creation is still in progress.public Boolean isCreated()
 The domain creation status. True if the creation of an
 Elasticsearch domain is complete. False if domain creation
 is still in progress.
 
True if the creation of
         an Elasticsearch domain is complete. False if domain
         creation is still in progress.public void setDeleted(Boolean deleted)
 The domain deletion status. True if a delete request has
 been received for the domain but resource cleanup is still in progress.
 False if the domain has not been deleted. Once domain
 deletion is complete, the status of the domain is no longer returned.
 
deleted - The domain deletion status. True if a delete request
        has been received for the domain but resource cleanup is still in
        progress. False if the domain has not been deleted.
        Once domain deletion is complete, the status of the domain is no
        longer returned.public Boolean getDeleted()
 The domain deletion status. True if a delete request has
 been received for the domain but resource cleanup is still in progress.
 False if the domain has not been deleted. Once domain
 deletion is complete, the status of the domain is no longer returned.
 
True if a delete request
         has been received for the domain but resource cleanup is still in
         progress. False if the domain has not been deleted.
         Once domain deletion is complete, the status of the domain is no
         longer returned.public ElasticsearchDomainStatus withDeleted(Boolean deleted)
 The domain deletion status. True if a delete request has
 been received for the domain but resource cleanup is still in progress.
 False if the domain has not been deleted. Once domain
 deletion is complete, the status of the domain is no longer returned.
 
deleted - The domain deletion status. True if a delete request
        has been received for the domain but resource cleanup is still in
        progress. False if the domain has not been deleted.
        Once domain deletion is complete, the status of the domain is no
        longer returned.public Boolean isDeleted()
 The domain deletion status. True if a delete request has
 been received for the domain but resource cleanup is still in progress.
 False if the domain has not been deleted. Once domain
 deletion is complete, the status of the domain is no longer returned.
 
True if a delete request
         has been received for the domain but resource cleanup is still in
         progress. False if the domain has not been deleted.
         Once domain deletion is complete, the status of the domain is no
         longer returned.public void setEndpoint(String endpoint)
The Elasticsearch domain endpoint that you use to submit index and search requests.
endpoint - The Elasticsearch domain endpoint that you use to submit index and
        search requests.public String getEndpoint()
The Elasticsearch domain endpoint that you use to submit index and search requests.
public ElasticsearchDomainStatus withEndpoint(String endpoint)
The Elasticsearch domain endpoint that you use to submit index and search requests.
endpoint - The Elasticsearch domain endpoint that you use to submit index and
        search requests.public void setProcessing(Boolean processing)
 The status of the Elasticsearch domain configuration. True
 if Amazon Elasticsearch Service is processing configuration changes.
 False if the configuration is active.
 
processing - The status of the Elasticsearch domain configuration.
        True if Amazon Elasticsearch Service is processing
        configuration changes. False if the configuration is
        active.public Boolean getProcessing()
 The status of the Elasticsearch domain configuration. True
 if Amazon Elasticsearch Service is processing configuration changes.
 False if the configuration is active.
 
True if Amazon Elasticsearch Service is processing
         configuration changes. False if the configuration is
         active.public ElasticsearchDomainStatus withProcessing(Boolean processing)
 The status of the Elasticsearch domain configuration. True
 if Amazon Elasticsearch Service is processing configuration changes.
 False if the configuration is active.
 
processing - The status of the Elasticsearch domain configuration.
        True if Amazon Elasticsearch Service is processing
        configuration changes. False if the configuration is
        active.public Boolean isProcessing()
 The status of the Elasticsearch domain configuration. True
 if Amazon Elasticsearch Service is processing configuration changes.
 False if the configuration is active.
 
True if Amazon Elasticsearch Service is processing
         configuration changes. False if the configuration is
         active.public void setElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances in the domain cluster.
elasticsearchClusterConfig - The type and number of instances in the domain cluster.public ElasticsearchClusterConfig getElasticsearchClusterConfig()
The type and number of instances in the domain cluster.
public ElasticsearchDomainStatus withElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances in the domain cluster.
elasticsearchClusterConfig - The type and number of instances in the domain cluster.public void setEBSOptions(EBSOptions eBSOptions)
 The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.
 
eBSOptions - The EBSOptions for the specified domain. See Configuring EBS-based Storage for more
        information.public EBSOptions getEBSOptions()
 The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.
 
EBSOptions for the specified domain. See Configuring EBS-based Storage for more
         information.public ElasticsearchDomainStatus withEBSOptions(EBSOptions eBSOptions)
 The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.
 
eBSOptions - The EBSOptions for the specified domain. See Configuring EBS-based Storage for more
        information.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 ElasticsearchDomainStatus withAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies - IAM access policy as a JSON-formatted string.public void setSnapshotOptions(SnapshotOptions snapshotOptions)
 Specifies the status of the SnapshotOptions
 
snapshotOptions - Specifies the status of the SnapshotOptionspublic SnapshotOptions getSnapshotOptions()
 Specifies the status of the SnapshotOptions
 
SnapshotOptionspublic ElasticsearchDomainStatus withSnapshotOptions(SnapshotOptions snapshotOptions)
 Specifies the status of the SnapshotOptions
 
snapshotOptions - Specifies the status of the SnapshotOptionspublic Map<String,String> getAdvancedOptions()
 Specifies the status of the AdvancedOptions
 
AdvancedOptionspublic void setAdvancedOptions(Map<String,String> advancedOptions)
 Specifies the status of the AdvancedOptions
 
advancedOptions - Specifies the status of the AdvancedOptionspublic ElasticsearchDomainStatus withAdvancedOptions(Map<String,String> advancedOptions)
 Specifies the status of the AdvancedOptions
 
advancedOptions - Specifies the status of the AdvancedOptionspublic ElasticsearchDomainStatus addAdvancedOptionsEntry(String key, String value)
public ElasticsearchDomainStatus clearAdvancedOptionsEntries()
public String toString()
toString in class ObjectObject.toString()public ElasticsearchDomainStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.