Class ElasticsearchDomainConfig
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ElasticsearchDomainConfig.Builder,
ElasticsearchDomainConfig>
The configuration of an Elasticsearch domain.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AccessPoliciesStatus
IAM access policy as a JSON-formatted string.final AdvancedOptionsStatus
Specifies theAdvancedOptions
for the domain.SpecifiesAdvancedSecurityOptions
for the domain.final AutoTuneOptionsStatus
SpecifiesAutoTuneOptions
for the domain.builder()
final ChangeProgressDetails
Specifies change details of the domain configuration change.final CognitoOptionsStatus
TheCognitoOptions
for the specified domain.Specifies theDomainEndpointOptions
for the Elasticsearch domain.final EBSOptionsStatus
Specifies theEBSOptions
for the Elasticsearch domain.Specifies theElasticsearchClusterConfig
for the Elasticsearch domain.String of format X.Y to specify version for the Elasticsearch domain.Specifies theEncryptionAtRestOptions
for the Elasticsearch domain.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 int
hashCode()
Log publishing options for the given domain.Specifies theNodeToNodeEncryptionOptions
for the Elasticsearch domain.static Class
<? extends ElasticsearchDomainConfig.Builder> final SnapshotOptionsStatus
Specifies theSnapshotOptions
for the Elasticsearch domain.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 VPCDerivedInfoStatus
TheVPCOptions
for the specified domain.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
elasticsearchVersion
String of format X.Y to specify version for the Elasticsearch domain.
- Returns:
- String of format X.Y to specify version for the Elasticsearch domain.
-
elasticsearchClusterConfig
Specifies the
ElasticsearchClusterConfig
for the Elasticsearch domain.- Returns:
- Specifies the
ElasticsearchClusterConfig
for the Elasticsearch domain.
-
ebsOptions
Specifies the
EBSOptions
for the Elasticsearch domain.- Returns:
- Specifies the
EBSOptions
for the Elasticsearch domain.
-
accessPolicies
IAM access policy as a JSON-formatted string.
- Returns:
- IAM access policy as a JSON-formatted string.
-
snapshotOptions
Specifies the
SnapshotOptions
for the Elasticsearch domain.- Returns:
- Specifies the
SnapshotOptions
for the Elasticsearch domain.
-
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
EncryptionAtRestOptions
for the Elasticsearch domain.- Returns:
- Specifies the
EncryptionAtRestOptions
for the Elasticsearch domain.
-
nodeToNodeEncryptionOptions
Specifies the
NodeToNodeEncryptionOptions
for the Elasticsearch domain.- Returns:
- Specifies the
NodeToNodeEncryptionOptions
for the Elasticsearch domain.
-
advancedOptions
Specifies the
AdvancedOptions
for the domain. See Configuring Advanced Options for more information.- Returns:
- Specifies the
AdvancedOptions
for the domain. See Configuring Advanced Options for more information.
-
logPublishingOptions
Log publishing options for the given domain.
- Returns:
- Log publishing options for the given domain.
-
domainEndpointOptions
Specifies the
DomainEndpointOptions
for the Elasticsearch domain.- Returns:
- Specifies the
DomainEndpointOptions
for the Elasticsearch domain.
-
advancedSecurityOptions
Specifies
AdvancedSecurityOptions
for the domain.- Returns:
- Specifies
AdvancedSecurityOptions
for the domain.
-
autoTuneOptions
Specifies
AutoTuneOptions
for the domain.- Returns:
- Specifies
AutoTuneOptions
for the domain.
-
changeProgressDetails
Specifies change details of the domain configuration change.
- Returns:
- Specifies change details of the domain configuration change.
-
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<ElasticsearchDomainConfig.Builder,
ElasticsearchDomainConfig> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int 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
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-