Class ElasticsearchDomainStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The current status of an Elasticsearch domain.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdvancedOptionsEntry
(String key, String value) Removes all the entries added into AdvancedOptions.clone()
boolean
IAM access policy as a JSON-formatted string.Specifies the status of theAdvancedOptions
getARN()
The Amazon resource name (ARN) of an Elasticsearch domain.The domain creation status.The domain deletion status.The unique identifier for the specified Elasticsearch domain.The name of an Elasticsearch domain.TheEBSOptions
for the specified domain.The type and number of instances in the domain cluster.The Elasticsearch domain endpoint that you use to submit index and search requests.The status of the Elasticsearch domain configuration.Specifies the status of theSnapshotOptions
int
hashCode()
The domain creation status.The domain deletion status.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 theAdvancedOptions
void
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) TheEBSOptions
for 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 theSnapshotOptions
toString()
Returns a string representation of this object; useful for testing and debugging.withAccessPolicies
(String accessPolicies) IAM access policy as a JSON-formatted string.withAdvancedOptions
(Map<String, String> advancedOptions) Specifies the status of theAdvancedOptions
The Amazon resource name (ARN) of an Elasticsearch domain.withCreated
(Boolean created) The domain creation status.withDeleted
(Boolean deleted) The domain deletion status.withDomainId
(String domainId) The unique identifier for the specified Elasticsearch domain.withDomainName
(String domainName) The name of an Elasticsearch domain.withEBSOptions
(EBSOptions eBSOptions) TheEBSOptions
for the specified domain.withElasticsearchClusterConfig
(ElasticsearchClusterConfig elasticsearchClusterConfig) The type and number of instances in the domain cluster.withEndpoint
(String endpoint) The Elasticsearch domain endpoint that you use to submit index and search requests.withProcessing
(Boolean processing) The status of the Elasticsearch domain configuration.withSnapshotOptions
(SnapshotOptions snapshotOptions) Specifies the status of theSnapshotOptions
-
Constructor Details
-
ElasticsearchDomainStatus
public ElasticsearchDomainStatus()
-
-
Method Details
-
setDomainId
The unique identifier for the specified Elasticsearch domain.
- Parameters:
domainId
- The unique identifier for the specified Elasticsearch domain.
-
getDomainId
The unique identifier for the specified Elasticsearch domain.
- Returns:
- The unique identifier for the specified Elasticsearch domain.
-
withDomainId
The unique identifier for the specified Elasticsearch domain.
- Parameters:
domainId
- The unique identifier for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDomainName
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).
- Parameters:
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).
-
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).
- Returns:
- 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).
-
withDomainName
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setARN
The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.
- Parameters:
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.
-
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.
- Returns:
- The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.
-
withARN
The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreated
The domain creation status.
True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.- Parameters:
created
- The domain creation status.True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.
-
getCreated
The domain creation status.
True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.- Returns:
- The domain creation status.
True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.
-
withCreated
The domain creation status.
True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.- Parameters:
created
- The domain creation status.True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isCreated
The domain creation status.
True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.- Returns:
- The domain creation status.
True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.
-
setDeleted
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.- Parameters:
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.
-
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.- Returns:
- 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.
-
withDeleted
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Returns:
- 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.
-
setEndpoint
The Elasticsearch domain endpoint that you use to submit index and search requests.
- Parameters:
endpoint
- The Elasticsearch domain endpoint that you use to submit index and search requests.
-
getEndpoint
The Elasticsearch domain endpoint that you use to submit index and search requests.
- Returns:
- The Elasticsearch domain endpoint that you use to submit index and search requests.
-
withEndpoint
The Elasticsearch domain endpoint that you use to submit index and search requests.
- Parameters:
endpoint
- The Elasticsearch domain endpoint that you use to submit index and search requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setProcessing
The status of the Elasticsearch domain configuration.
True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.- Parameters:
processing
- The status of the Elasticsearch domain configuration.True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.
-
getProcessing
The status of the Elasticsearch domain configuration.
True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.- Returns:
- The status of the Elasticsearch domain configuration.
True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.
-
withProcessing
The status of the Elasticsearch domain configuration.
True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.- Parameters:
processing
- The status of the Elasticsearch domain configuration.True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isProcessing
The status of the Elasticsearch domain configuration.
True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.- Returns:
- The status of the Elasticsearch domain configuration.
True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.
-
setElasticsearchClusterConfig
The type and number of instances in the domain cluster.
- Parameters:
elasticsearchClusterConfig
- The type and number of instances in the domain cluster.
-
getElasticsearchClusterConfig
The type and number of instances in the domain cluster.
- Returns:
- The type and number of instances in the domain cluster.
-
withElasticsearchClusterConfig
public ElasticsearchDomainStatus withElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig) The type and number of instances in the domain cluster.
- Parameters:
elasticsearchClusterConfig
- The type and number of instances in the domain cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEBSOptions
The
EBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.- Parameters:
eBSOptions
- TheEBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.
-
getEBSOptions
The
EBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.- Returns:
- The
EBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.
-
withEBSOptions
The
EBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.- Parameters:
eBSOptions
- TheEBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAccessPolicies
IAM access policy as a JSON-formatted string.
- Parameters:
accessPolicies
- IAM access policy as a JSON-formatted string.
-
getAccessPolicies
IAM access policy as a JSON-formatted string.
- Returns:
- IAM access policy as a JSON-formatted string.
-
withAccessPolicies
IAM access policy as a JSON-formatted string.
- Parameters:
accessPolicies
- IAM access policy as a JSON-formatted string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSnapshotOptions
Specifies the status of the
SnapshotOptions
- Parameters:
snapshotOptions
- Specifies the status of theSnapshotOptions
-
getSnapshotOptions
Specifies the status of the
SnapshotOptions
- Returns:
- Specifies the status of the
SnapshotOptions
-
withSnapshotOptions
Specifies the status of the
SnapshotOptions
- Parameters:
snapshotOptions
- Specifies the status of theSnapshotOptions
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getAdvancedOptions
Specifies the status of the
AdvancedOptions
- Returns:
- Specifies the status of the
AdvancedOptions
-
setAdvancedOptions
Specifies the status of the
AdvancedOptions
- Parameters:
advancedOptions
- Specifies the status of theAdvancedOptions
-
withAdvancedOptions
Specifies the status of the
AdvancedOptions
- Parameters:
advancedOptions
- Specifies the status of theAdvancedOptions
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addAdvancedOptionsEntry
-
clearAdvancedOptionsEntries
Removes all the entries added into AdvancedOptions. <p> Returns a reference to this object so that method calls can be chained together. -
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-