@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticsearchDomainStatus extends Object implements Serializable, Cloneable, StructuredPojo
The current status of an Elasticsearch domain.
Constructor and Description |
---|
ElasticsearchDomainStatus() |
Modifier and Type | Method and Description |
---|---|
ElasticsearchDomainStatus |
addAdvancedOptionsEntry(String key,
String value) |
ElasticsearchDomainStatus |
addEndpointsEntry(String key,
String value) |
ElasticsearchDomainStatus |
addLogPublishingOptionsEntry(String key,
LogPublishingOption value) |
ElasticsearchDomainStatus |
clearAdvancedOptionsEntries()
Removes all the entries added into AdvancedOptions.
|
ElasticsearchDomainStatus |
clearEndpointsEntries()
Removes all the entries added into Endpoints.
|
ElasticsearchDomainStatus |
clearLogPublishingOptionsEntries()
Removes all the entries added into LogPublishingOptions.
|
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
EBSOptions for the specified domain. |
ElasticsearchClusterConfig |
getElasticsearchClusterConfig()
The type and number of instances in the domain cluster.
|
String |
getElasticsearchVersion() |
String |
getEndpoint()
The Elasticsearch domain endpoint that you use to submit index and search requests.
|
Map<String,String> |
getEndpoints()
Map containing the Elasticsearch domain endpoints used to submit index and search requests.
|
Map<String,LogPublishingOption> |
getLogPublishingOptions()
Log publishing options for the given domain.
|
Boolean |
getProcessing()
The status of the Elasticsearch domain configuration.
|
SnapshotOptions |
getSnapshotOptions()
Specifies the status of the
SnapshotOptions |
VPCDerivedInfo |
getVPCOptions()
The
VPCOptions for the specified domain. |
int |
hashCode() |
Boolean |
isCreated()
The domain creation status.
|
Boolean |
isDeleted()
The domain deletion status.
|
Boolean |
isProcessing()
The status of the Elasticsearch domain configuration.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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
EBSOptions for the specified domain. |
void |
setElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances in the domain cluster.
|
void |
setElasticsearchVersion(String elasticsearchVersion) |
void |
setEndpoint(String endpoint)
The Elasticsearch domain endpoint that you use to submit index and search requests.
|
void |
setEndpoints(Map<String,String> endpoints)
Map containing the Elasticsearch domain endpoints used to submit index and search requests.
|
void |
setLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
|
void |
setProcessing(Boolean processing)
The status of the Elasticsearch domain configuration.
|
void |
setSnapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the
SnapshotOptions |
void |
setVPCOptions(VPCDerivedInfo vPCOptions)
The
VPCOptions for the specified domain. |
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
EBSOptions for the specified domain. |
ElasticsearchDomainStatus |
withElasticsearchClusterConfig(ElasticsearchClusterConfig elasticsearchClusterConfig)
The type and number of instances in the domain cluster.
|
ElasticsearchDomainStatus |
withElasticsearchVersion(String elasticsearchVersion) |
ElasticsearchDomainStatus |
withEndpoint(String endpoint)
The Elasticsearch domain endpoint that you use to submit index and search requests.
|
ElasticsearchDomainStatus |
withEndpoints(Map<String,String> endpoints)
Map containing the Elasticsearch domain endpoints used to submit index and search requests.
|
ElasticsearchDomainStatus |
withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
|
ElasticsearchDomainStatus |
withProcessing(Boolean processing)
The status of the Elasticsearch domain configuration.
|
ElasticsearchDomainStatus |
withSnapshotOptions(SnapshotOptions snapshotOptions)
Specifies the status of the
SnapshotOptions |
ElasticsearchDomainStatus |
withVPCOptions(VPCDerivedInfo vPCOptions)
The
VPCOptions for the specified domain. |
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 Map<String,String> getEndpoints()
Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example
key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.
key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.public void setEndpoints(Map<String,String> endpoints)
Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example
key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.
endpoints
- Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example
key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.public ElasticsearchDomainStatus withEndpoints(Map<String,String> endpoints)
Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example
key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.
endpoints
- Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example
key, value
:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'
.public ElasticsearchDomainStatus addEndpointsEntry(String key, String value)
public ElasticsearchDomainStatus clearEndpointsEntries()
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 setElasticsearchVersion(String elasticsearchVersion)
elasticsearchVersion
- public String getElasticsearchVersion()
public ElasticsearchDomainStatus withElasticsearchVersion(String elasticsearchVersion)
elasticsearchVersion
- 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 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 void setVPCOptions(VPCDerivedInfo vPCOptions)
The VPCOptions
for the specified domain. For more information, see VPC
Endpoints for Amazon Elasticsearch Service Domains.
vPCOptions
- The VPCOptions
for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.public VPCDerivedInfo getVPCOptions()
The VPCOptions
for the specified domain. For more information, see VPC
Endpoints for Amazon Elasticsearch Service Domains.
VPCOptions
for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.public ElasticsearchDomainStatus withVPCOptions(VPCDerivedInfo vPCOptions)
The VPCOptions
for the specified domain. For more information, see VPC
Endpoints for Amazon Elasticsearch Service Domains.
vPCOptions
- The VPCOptions
for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.public Map<String,String> getAdvancedOptions()
Specifies the status of the AdvancedOptions
AdvancedOptions
public void setAdvancedOptions(Map<String,String> advancedOptions)
Specifies the status of the AdvancedOptions
advancedOptions
- Specifies the status of the AdvancedOptions
public ElasticsearchDomainStatus withAdvancedOptions(Map<String,String> advancedOptions)
Specifies the status of the AdvancedOptions
advancedOptions
- Specifies the status of the AdvancedOptions
public ElasticsearchDomainStatus addAdvancedOptionsEntry(String key, String value)
public ElasticsearchDomainStatus clearAdvancedOptionsEntries()
public Map<String,LogPublishingOption> getLogPublishingOptions()
Log publishing options for the given domain.
public void setLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
logPublishingOptions
- Log publishing options for the given domain.public ElasticsearchDomainStatus withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
logPublishingOptions
- Log publishing options for the given domain.public ElasticsearchDomainStatus addLogPublishingOptionsEntry(String key, LogPublishingOption value)
public ElasticsearchDomainStatus clearLogPublishingOptionsEntries()
public String toString()
toString
in class Object
Object.toString()
public ElasticsearchDomainStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.