@Generated(value="software.amazon.awssdk:codegen") public final class ElasticsearchDomainStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElasticsearchDomainStatus.Builder,ElasticsearchDomainStatus>
The current status of an Elasticsearch domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ElasticsearchDomainStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPolicies()
IAM access policy as a JSON-formatted string.
|
Map<String,String> |
advancedOptions()
Specifies the status of the
AdvancedOptions |
AdvancedSecurityOptions |
advancedSecurityOptions()
The current status of the Elasticsearch domain's advanced security options.
|
String |
arn()
The Amazon resource name (ARN) of an Elasticsearch domain.
|
AutoTuneOptionsOutput |
autoTuneOptions()
The current status of the Elasticsearch domain's Auto-Tune options.
|
static ElasticsearchDomainStatus.Builder |
builder() |
CognitoOptions |
cognitoOptions()
The
CognitoOptions for the specified domain. |
Boolean |
created()
The domain creation status.
|
Boolean |
deleted()
The domain deletion status.
|
DomainEndpointOptions |
domainEndpointOptions()
The current status of the Elasticsearch domain's endpoint options.
|
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()
Returns the value of the ElasticsearchVersion property for this object.
|
EncryptionAtRestOptions |
encryptionAtRestOptions()
Specifies the status of the
EncryptionAtRestOptions. |
String |
endpoint()
The Elasticsearch domain endpoint that you use to submit index and search requests.
|
Map<String,String> |
endpoints()
Map containing the Elasticsearch domain endpoints used to submit index and search requests.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdvancedOptions()
Returns true if the AdvancedOptions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasEndpoints()
Returns true if the Endpoints property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasLogPublishingOptions()
Returns true if the LogPublishingOptions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Map<LogType,LogPublishingOption> |
logPublishingOptions()
Log publishing options for the given domain.
|
Map<String,LogPublishingOption> |
logPublishingOptionsAsStrings()
Log publishing options for the given domain.
|
NodeToNodeEncryptionOptions |
nodeToNodeEncryptionOptions()
Specifies the status of the
NodeToNodeEncryptionOptions. |
Boolean |
processing()
The status of the Elasticsearch domain configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ElasticsearchDomainStatus.Builder> |
serializableBuilderClass() |
ServiceSoftwareOptions |
serviceSoftwareOptions()
The current status of the Elasticsearch domain's service software.
|
SnapshotOptions |
snapshotOptions()
Specifies the status of the
SnapshotOptions |
ElasticsearchDomainStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
upgradeProcessing()
The status of an Elasticsearch domain version upgrade.
|
VPCDerivedInfo |
vpcOptions()
The
VPCOptions for the specified domain. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainId()
The unique identifier for the specified Elasticsearch domain.
public final 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 final 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 final 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 final 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 final String endpoint()
The Elasticsearch domain endpoint that you use to submit index and search requests.
public final boolean hasEndpoints()
public final 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'.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEndpoints() to see if a value was sent in this field.
key, value:
'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.public final 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 final Boolean upgradeProcessing()
The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch Service is
undergoing a version upgrade. False if the configuration is active.
True if Amazon Elasticsearch Service
is undergoing a version upgrade. False if the configuration is active.public final String elasticsearchVersion()
public final ElasticsearchClusterConfig elasticsearchClusterConfig()
The type and number of instances in the domain cluster.
public final 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 final String accessPolicies()
IAM access policy as a JSON-formatted string.
public final SnapshotOptions snapshotOptions()
Specifies the status of the SnapshotOptions
SnapshotOptionspublic final VPCDerivedInfo vpcOptions()
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 final CognitoOptions cognitoOptions()
The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.
CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.public final EncryptionAtRestOptions encryptionAtRestOptions()
Specifies the status of the EncryptionAtRestOptions.
EncryptionAtRestOptions.public final NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions()
Specifies the status of the NodeToNodeEncryptionOptions.
NodeToNodeEncryptionOptions.public final boolean hasAdvancedOptions()
public final Map<String,String> advancedOptions()
Specifies the status of the AdvancedOptions
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAdvancedOptions() to see if a value was sent in this field.
AdvancedOptionspublic final Map<LogType,LogPublishingOption> logPublishingOptions()
Log publishing options for the given domain.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLogPublishingOptions() to see if a value was sent in this field.
public final boolean hasLogPublishingOptions()
public final Map<String,LogPublishingOption> logPublishingOptionsAsStrings()
Log publishing options for the given domain.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLogPublishingOptions() to see if a value was sent in this field.
public final ServiceSoftwareOptions serviceSoftwareOptions()
The current status of the Elasticsearch domain's service software.
public final DomainEndpointOptions domainEndpointOptions()
The current status of the Elasticsearch domain's endpoint options.
public final AdvancedSecurityOptions advancedSecurityOptions()
The current status of the Elasticsearch domain's advanced security options.
public final AutoTuneOptionsOutput autoTuneOptions()
The current status of the Elasticsearch domain's Auto-Tune options.
public ElasticsearchDomainStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ElasticsearchDomainStatus.Builder,ElasticsearchDomainStatus>public static ElasticsearchDomainStatus.Builder builder()
public static Class<? extends ElasticsearchDomainStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.