StructuredPojo, ToCopyableBuilder<ElasticsearchDomainStatus.Builder,ElasticsearchDomainStatus>@Generated("software.amazon.awssdk:codegen") public class ElasticsearchDomainStatus extends Object implements StructuredPojo, ToCopyableBuilder<ElasticsearchDomainStatus.Builder,ElasticsearchDomainStatus>
The current status of an Elasticsearch domain.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ElasticsearchDomainStatus.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
String |
accessPolicies() |
IAM access policy as a JSON-formatted string.
|
Map<String,String> |
advancedOptions() |
Specifies the status of the
AdvancedOptions |
String |
arn() |
The Amazon resource name (ARN) of an Elasticsearch domain.
|
static ElasticsearchDomainStatus.Builder |
builder() |
|
Boolean |
created() |
The domain creation status.
|
Boolean |
deleted() |
The domain deletion status.
|
String |
domainId() |
The unique identifier for the specified Elasticsearch domain.
|
String |
domainName() |
The name of an Elasticsearch domain.
|
EBSOptions |
ebsOptions() |
The
EBSOptions for the specified domain. |
ElasticsearchClusterConfig |
elasticsearchClusterConfig() |
The type and number of instances in the domain cluster.
|
String |
elasticsearchVersion() |
|
String |
endpoint() |
The Elasticsearch domain endpoint that you use to submit index and search requests.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
Boolean |
processing() |
The status of the Elasticsearch domain configuration.
|
static Class<? extends ElasticsearchDomainStatus.Builder> |
serializableBuilderClass() |
|
SnapshotOptions |
snapshotOptions() |
Specifies the status of the
SnapshotOptions |
ElasticsearchDomainStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String domainId()
The unique identifier for the specified Elasticsearch domain.
public 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).
public 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.
public Boolean created()
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 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.
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 String endpoint()
The Elasticsearch domain endpoint that you use to submit index and search requests.
public Boolean processing()
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 String elasticsearchVersion()
public ElasticsearchClusterConfig elasticsearchClusterConfig()
The type and number of instances in the domain cluster.
public EBSOptions ebsOptions()
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 String accessPolicies()
IAM access policy as a JSON-formatted string.
public SnapshotOptions snapshotOptions()
Specifies the status of the SnapshotOptions
SnapshotOptionspublic Map<String,String> advancedOptions()
Specifies the status of the AdvancedOptions
AdvancedOptionspublic ElasticsearchDomainStatus.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ElasticsearchDomainStatus.Builder,ElasticsearchDomainStatus>public static ElasticsearchDomainStatus.Builder builder()
public static Class<? extends ElasticsearchDomainStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.