public class ElasticsearchDomainStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The current status of an Elasticsearch domain.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
accessPolicies
IAM access policy as a JSON-formatted string.
|
private java.util.Map<java.lang.String,java.lang.String> |
advancedOptions
Specifies the status of the
AdvancedOptions |
private java.lang.String |
aRN
The Amazon resource name (ARN) of an Elasticsearch domain.
|
private java.lang.Boolean |
created
The domain creation status.
|
private java.lang.Boolean |
deleted
The domain deletion status.
|
private java.lang.String |
domainId
The unique identifier for the specified Elasticsearch domain.
|
private java.lang.String |
domainName
The name of an Elasticsearch domain.
|
private EBSOptions |
eBSOptions
The
EBSOptions for the specified domain. |
private ElasticsearchClusterConfig |
elasticsearchClusterConfig
The type and number of instances in the domain cluster.
|
private java.lang.String |
endpoint
The Elasticsearch domain endpoint that you use to submit index and search
requests.
|
private java.lang.Boolean |
processing
The status of the Elasticsearch domain configuration.
|
private SnapshotOptions |
snapshotOptions
Specifies the status of the
SnapshotOptions |
Constructor and Description |
---|
ElasticsearchDomainStatus() |
Modifier and Type | Method and Description |
---|---|
ElasticsearchDomainStatus |
addAdvancedOptionsEntry(java.lang.String key,
java.lang.String value) |
ElasticsearchDomainStatus |
clearAdvancedOptionsEntries()
Removes all the entries added into AdvancedOptions.
|
ElasticsearchDomainStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAccessPolicies()
IAM access policy as a JSON-formatted string.
|
java.util.Map<java.lang.String,java.lang.String> |
getAdvancedOptions()
Specifies the status of the
AdvancedOptions |
java.lang.String |
getARN()
The Amazon resource name (ARN) of an Elasticsearch domain.
|
java.lang.Boolean |
getCreated()
The domain creation status.
|
java.lang.Boolean |
getDeleted()
The domain deletion status.
|
java.lang.String |
getDomainId()
The unique identifier for the specified Elasticsearch domain.
|
java.lang.String |
getDomainName()
The name of an Elasticsearch domain.
|
EBSOptions |
getEBSOptions()
The
EBSOptions for the specified domain. |
ElasticsearchClusterConfig |
getElasticsearchClusterConfig()
The type and number of instances in the domain cluster.
|
java.lang.String |
getEndpoint()
The Elasticsearch domain endpoint that you use to submit index and search
requests.
|
java.lang.Boolean |
getProcessing()
The status of the Elasticsearch domain configuration.
|
SnapshotOptions |
getSnapshotOptions()
Specifies the status of the
SnapshotOptions |
int |
hashCode() |
java.lang.Boolean |
isCreated()
The domain creation status.
|
java.lang.Boolean |
isDeleted()
The domain deletion status.
|
java.lang.Boolean |
isProcessing()
The status of the Elasticsearch domain configuration.
|
void |
setAccessPolicies(java.lang.String accessPolicies)
IAM access policy as a JSON-formatted string.
|
void |
setAdvancedOptions(java.util.Map<java.lang.String,java.lang.String> advancedOptions)
Specifies the status of the
AdvancedOptions |
void |
setARN(java.lang.String aRN)
The Amazon resource name (ARN) of an Elasticsearch domain.
|
void |
setCreated(java.lang.Boolean created)
The domain creation status.
|
void |
setDeleted(java.lang.Boolean deleted)
The domain deletion status.
|
void |
setDomainId(java.lang.String domainId)
The unique identifier for the specified Elasticsearch domain.
|
void |
setDomainName(java.lang.String domainName)
The name of an Elasticsearch domain.
|
void |
setEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
void |
setElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances in the domain cluster.
|
void |
setEndpoint(java.lang.String endpoint)
The Elasticsearch domain endpoint that you use to submit index and search
requests.
|
void |
setProcessing(java.lang.Boolean processing)
The status of the Elasticsearch domain configuration.
|
void |
setSnapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the
SnapshotOptions |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ElasticsearchDomainStatus |
withAccessPolicies(java.lang.String accessPolicies)
IAM access policy as a JSON-formatted string.
|
ElasticsearchDomainStatus |
withAdvancedOptions(java.util.Map<java.lang.String,java.lang.String> advancedOptions)
Specifies the status of the
AdvancedOptions |
ElasticsearchDomainStatus |
withARN(java.lang.String aRN)
The Amazon resource name (ARN) of an Elasticsearch domain.
|
ElasticsearchDomainStatus |
withCreated(java.lang.Boolean created)
The domain creation status.
|
ElasticsearchDomainStatus |
withDeleted(java.lang.Boolean deleted)
The domain deletion status.
|
ElasticsearchDomainStatus |
withDomainId(java.lang.String domainId)
The unique identifier for the specified Elasticsearch domain.
|
ElasticsearchDomainStatus |
withDomainName(java.lang.String domainName)
The name of an Elasticsearch domain.
|
ElasticsearchDomainStatus |
withEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
ElasticsearchDomainStatus |
withElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances in the domain cluster.
|
ElasticsearchDomainStatus |
withEndpoint(java.lang.String endpoint)
The Elasticsearch domain endpoint that you use to submit index and search
requests.
|
ElasticsearchDomainStatus |
withProcessing(java.lang.Boolean processing)
The status of the Elasticsearch domain configuration.
|
ElasticsearchDomainStatus |
withSnapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the
SnapshotOptions |
private java.lang.String domainId
The unique identifier for the specified Elasticsearch domain.
private java.lang.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).
private java.lang.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.
private java.lang.Boolean created
The domain creation status. True
if the creation of an
Elasticsearch domain is complete. False
if domain creation
is still in progress.
private java.lang.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.
private java.lang.String endpoint
The Elasticsearch domain endpoint that you use to submit index and search requests.
private java.lang.Boolean processing
The status of the Elasticsearch domain configuration. True
if Amazon Elasticsearch Service is processing configuration changes.
False
if the configuration is active.
private ElasticsearchClusterConfig elasticsearchClusterConfig
The type and number of instances in the domain cluster.
private EBSOptions eBSOptions
The EBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.
private java.lang.String accessPolicies
IAM access policy as a JSON-formatted string.
private SnapshotOptions snapshotOptions
Specifies the status of the SnapshotOptions
private java.util.Map<java.lang.String,java.lang.String> advancedOptions
Specifies the status of the AdvancedOptions
public void setDomainId(java.lang.String domainId)
The unique identifier for the specified Elasticsearch domain.
domainId
- The unique identifier for the specified Elasticsearch domain.public java.lang.String getDomainId()
The unique identifier for the specified Elasticsearch domain.
public ElasticsearchDomainStatus withDomainId(java.lang.String domainId)
The unique identifier for the specified Elasticsearch domain.
domainId
- The unique identifier for the specified Elasticsearch domain.public void setDomainName(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String getEndpoint()
The Elasticsearch domain endpoint that you use to submit index and search requests.
public ElasticsearchDomainStatus withEndpoint(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.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(java.lang.String accessPolicies)
IAM access policy as a JSON-formatted string.
accessPolicies
- IAM access policy as a JSON-formatted string.public java.lang.String getAccessPolicies()
IAM access policy as a JSON-formatted string.
public ElasticsearchDomainStatus withAccessPolicies(java.lang.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 SnapshotOptions
public SnapshotOptions getSnapshotOptions()
Specifies the status of the SnapshotOptions
SnapshotOptions
public ElasticsearchDomainStatus withSnapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the SnapshotOptions
snapshotOptions
- Specifies the status of the SnapshotOptions
public java.util.Map<java.lang.String,java.lang.String> getAdvancedOptions()
Specifies the status of the AdvancedOptions
AdvancedOptions
public void setAdvancedOptions(java.util.Map<java.lang.String,java.lang.String> advancedOptions)
Specifies the status of the AdvancedOptions
advancedOptions
- Specifies the status of the AdvancedOptions
public ElasticsearchDomainStatus withAdvancedOptions(java.util.Map<java.lang.String,java.lang.String> advancedOptions)
Specifies the status of the AdvancedOptions
advancedOptions
- Specifies the status of the AdvancedOptions
public ElasticsearchDomainStatus addAdvancedOptionsEntry(java.lang.String key, java.lang.String value)
public ElasticsearchDomainStatus clearAdvancedOptionsEntries()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ElasticsearchDomainStatus clone()
clone
in class java.lang.Object