Class ElasticsearchDomainStatus
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ElasticsearchDomainStatus.Builder,
ElasticsearchDomainStatus>
The current status of an Elasticsearch domain.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
IAM access policy as a JSON-formatted string.Specifies the status of theAdvancedOptions
final AdvancedSecurityOptions
The current status of the Elasticsearch domain's advanced security options.final String
arn()
The Amazon resource name (ARN) of an Elasticsearch domain.final AutoTuneOptionsOutput
The current status of the Elasticsearch domain's Auto-Tune options.builder()
final ChangeProgressDetails
Specifies change details of the domain configuration change.final CognitoOptions
TheCognitoOptions
for the specified domain.final Boolean
created()
The domain creation status.final Boolean
deleted()
The domain deletion status.final DomainEndpointOptions
The current status of the Elasticsearch domain's endpoint options.final String
domainId()
The unique identifier for the specified Elasticsearch domain.final String
The name of an Elasticsearch domain.The status of any changes that are currently in progress for the domain.final String
The status of any changes that are currently in progress for the domain.final EBSOptions
TheEBSOptions
for the specified domain.The type and number of instances in the domain cluster.final String
Returns the value of the ElasticsearchVersion property for this object.final EncryptionAtRestOptions
Specifies the status of theEncryptionAtRestOptions
.final String
endpoint()
The Elasticsearch domain endpoint that you use to submit index and search requests.Map containing the Elasticsearch domain endpoints used to submit index and search requests.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final boolean
For responses, this returns true if the service returned a value for the AdvancedOptions property.final boolean
For responses, this returns true if the service returned a value for the Endpoints property.final int
hashCode()
final boolean
For responses, this returns true if the service returned a value for the LogPublishingOptions property.final boolean
For responses, this returns true if the service returned a value for the ModifyingProperties property.final Map
<LogType, LogPublishingOption> Log publishing options for the given domain.final Map
<String, LogPublishingOption> Log publishing options for the given domain.final List
<ModifyingProperties> Information about the domain properties that are currently being modified.Specifies the status of theNodeToNodeEncryptionOptions
.final Boolean
The status of the Elasticsearch domain configuration.static Class
<? extends ElasticsearchDomainStatus.Builder> final ServiceSoftwareOptions
The current status of the Elasticsearch domain's service software.final SnapshotOptions
Specifies the status of theSnapshotOptions
Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Boolean
The status of an Elasticsearch domain version upgrade.final VPCDerivedInfo
TheVPCOptions
for the specified domain.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
domainId
The unique identifier for the specified Elasticsearch domain.
- Returns:
- The unique identifier for the specified Elasticsearch domain.
-
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:
- 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).
-
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:
- The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.
-
created
The domain creation status.
True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.- Returns:
- The domain creation status.
True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.
-
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.- Returns:
- 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.
-
endpoint
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.
-
hasEndpoints
public final boolean hasEndpoints()For responses, this returns true if the service returned a value for the Endpoints property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
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.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasEndpoints()
method.- Returns:
- 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'
.
-
processing
The status of the Elasticsearch domain configuration.
True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.- Returns:
- The status of the Elasticsearch domain configuration.
True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.
-
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.- Returns:
- The status of an Elasticsearch domain version upgrade.
True
if Amazon Elasticsearch Service is undergoing a version upgrade.False
if the configuration is active.
-
elasticsearchVersion
Returns the value of the ElasticsearchVersion property for this object.- Returns:
- The value of the ElasticsearchVersion property for this object.
-
elasticsearchClusterConfig
The type and number of instances in the domain cluster.
- Returns:
- The type and number of instances in the domain cluster.
-
ebsOptions
The
EBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.- Returns:
- The
EBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.
-
accessPolicies
IAM access policy as a JSON-formatted string.
- Returns:
- IAM access policy as a JSON-formatted string.
-
snapshotOptions
Specifies the status of the
SnapshotOptions
- Returns:
- Specifies the status of the
SnapshotOptions
-
vpcOptions
The
VPCOptions
for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.- Returns:
- The
VPCOptions
for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.
-
cognitoOptions
The
CognitoOptions
for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.- Returns:
- The
CognitoOptions
for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.
-
encryptionAtRestOptions
Specifies the status of the
EncryptionAtRestOptions
.- Returns:
- Specifies the status of the
EncryptionAtRestOptions
.
-
nodeToNodeEncryptionOptions
Specifies the status of the
NodeToNodeEncryptionOptions
.- Returns:
- Specifies the status of the
NodeToNodeEncryptionOptions
.
-
hasAdvancedOptions
public final boolean hasAdvancedOptions()For responses, this returns true if the service returned a value for the AdvancedOptions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
advancedOptions
Specifies the status of the
AdvancedOptions
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAdvancedOptions()
method.- Returns:
- Specifies the status of the
AdvancedOptions
-
logPublishingOptions
Log publishing options for the given domain.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasLogPublishingOptions()
method.- Returns:
- Log publishing options for the given domain.
-
hasLogPublishingOptions
public final boolean hasLogPublishingOptions()For responses, this returns true if the service returned a value for the LogPublishingOptions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
logPublishingOptionsAsStrings
Log publishing options for the given domain.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasLogPublishingOptions()
method.- Returns:
- Log publishing options for the given domain.
-
serviceSoftwareOptions
The current status of the Elasticsearch domain's service software.
- Returns:
- The current status of the Elasticsearch domain's service software.
-
domainEndpointOptions
The current status of the Elasticsearch domain's endpoint options.
- Returns:
- The current status of the Elasticsearch domain's endpoint options.
-
advancedSecurityOptions
The current status of the Elasticsearch domain's advanced security options.
- Returns:
- The current status of the Elasticsearch domain's advanced security options.
-
autoTuneOptions
The current status of the Elasticsearch domain's Auto-Tune options.
- Returns:
- The current status of the Elasticsearch domain's Auto-Tune options.
-
changeProgressDetails
Specifies change details of the domain configuration change.
- Returns:
- Specifies change details of the domain configuration change.
-
domainProcessingStatus
The status of any changes that are currently in progress for the domain.
If the service returns an enum value that is not available in the current SDK version,
domainProcessingStatus
will returnDomainProcessingStatusType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdomainProcessingStatusAsString()
.- Returns:
- The status of any changes that are currently in progress for the domain.
- See Also:
-
domainProcessingStatusAsString
The status of any changes that are currently in progress for the domain.
If the service returns an enum value that is not available in the current SDK version,
domainProcessingStatus
will returnDomainProcessingStatusType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdomainProcessingStatusAsString()
.- Returns:
- The status of any changes that are currently in progress for the domain.
- See Also:
-
hasModifyingProperties
public final boolean hasModifyingProperties()For responses, this returns true if the service returned a value for the ModifyingProperties property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
modifyingProperties
Information about the domain properties that are currently being modified.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasModifyingProperties()
method.- Returns:
- Information about the domain properties that are currently being modified.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ElasticsearchDomainStatus.Builder,
ElasticsearchDomainStatus> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-