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()booleanIAM access policy as a JSON-formatted string.Specifies the status of theAdvancedOptionsgetARN()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.TheEBSOptionsfor 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 theSnapshotOptionsinthashCode()The domain creation status.The domain deletion status.The status of the Elasticsearch domain configuration.voidsetAccessPolicies(String accessPolicies) IAM access policy as a JSON-formatted string.voidsetAdvancedOptions(Map<String, String> advancedOptions) Specifies the status of theAdvancedOptionsvoidThe Amazon resource name (ARN) of an Elasticsearch domain.voidsetCreated(Boolean created) The domain creation status.voidsetDeleted(Boolean deleted) The domain deletion status.voidsetDomainId(String domainId) The unique identifier for the specified Elasticsearch domain.voidsetDomainName(String domainName) The name of an Elasticsearch domain.voidsetEBSOptions(EBSOptions eBSOptions) TheEBSOptionsfor the specified domain.voidsetElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig) The type and number of instances in the domain cluster.voidsetEndpoint(String endpoint) The Elasticsearch domain endpoint that you use to submit index and search requests.voidsetProcessing(Boolean processing) The status of the Elasticsearch domain configuration.voidsetSnapshotOptions(SnapshotOptions snapshotOptions) Specifies the status of theSnapshotOptionstoString()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 theAdvancedOptionsThe 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) TheEBSOptionsfor 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.
Trueif the creation of an Elasticsearch domain is complete.Falseif domain creation is still in progress.- Parameters:
created- The domain creation status.Trueif the creation of an Elasticsearch domain is complete.Falseif domain creation is still in progress.
-
getCreated
The domain creation status.
Trueif the creation of an Elasticsearch domain is complete.Falseif domain creation is still in progress.- Returns:
- The domain creation status.
Trueif the creation of an Elasticsearch domain is complete.Falseif domain creation is still in progress.
-
withCreated
The domain creation status.
Trueif the creation of an Elasticsearch domain is complete.Falseif domain creation is still in progress.- Parameters:
created- The domain creation status.Trueif the creation of an Elasticsearch domain is complete.Falseif 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.
Trueif the creation of an Elasticsearch domain is complete.Falseif domain creation is still in progress.- Returns:
- The domain creation status.
Trueif the creation of an Elasticsearch domain is complete.Falseif domain creation is still in progress.
-
setDeleted
The domain deletion status.
Trueif a delete request has been received for the domain but resource cleanup is still in progress.Falseif 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.Trueif a delete request has been received for the domain but resource cleanup is still in progress.Falseif 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.
Trueif a delete request has been received for the domain but resource cleanup is still in progress.Falseif 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.
Trueif a delete request has been received for the domain but resource cleanup is still in progress.Falseif 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.
Trueif a delete request has been received for the domain but resource cleanup is still in progress.Falseif 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.Trueif a delete request has been received for the domain but resource cleanup is still in progress.Falseif 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.
Trueif a delete request has been received for the domain but resource cleanup is still in progress.Falseif 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.
Trueif a delete request has been received for the domain but resource cleanup is still in progress.Falseif 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.
Trueif Amazon Elasticsearch Service is processing configuration changes.Falseif the configuration is active.- Parameters:
processing- The status of the Elasticsearch domain configuration.Trueif Amazon Elasticsearch Service is processing configuration changes.Falseif the configuration is active.
-
getProcessing
The status of the Elasticsearch domain configuration.
Trueif Amazon Elasticsearch Service is processing configuration changes.Falseif the configuration is active.- Returns:
- The status of the Elasticsearch domain configuration.
Trueif Amazon Elasticsearch Service is processing configuration changes.Falseif the configuration is active.
-
withProcessing
The status of the Elasticsearch domain configuration.
Trueif Amazon Elasticsearch Service is processing configuration changes.Falseif the configuration is active.- Parameters:
processing- The status of the Elasticsearch domain configuration.Trueif Amazon Elasticsearch Service is processing configuration changes.Falseif 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.
Trueif Amazon Elasticsearch Service is processing configuration changes.Falseif the configuration is active.- Returns:
- The status of the Elasticsearch domain configuration.
Trueif Amazon Elasticsearch Service is processing configuration changes.Falseif 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
EBSOptionsfor the specified domain. See Configuring EBS-based Storage for more information.- Parameters:
eBSOptions- TheEBSOptionsfor the specified domain. See Configuring EBS-based Storage for more information.
-
getEBSOptions
The
EBSOptionsfor the specified domain. See Configuring EBS-based Storage for more information.- Returns:
- The
EBSOptionsfor the specified domain. See Configuring EBS-based Storage for more information.
-
withEBSOptions
The
EBSOptionsfor the specified domain. See Configuring EBS-based Storage for more information.- Parameters:
eBSOptions- TheEBSOptionsfor 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
-
setAdvancedOptions
-
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
-
equals
-
hashCode
-
clone
-