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 AccessPoliciesStatusIAM access policy as a JSON-formatted string.final AdvancedOptionsStatusSpecifies theAdvancedOptionsfor the domain.SpecifiesAdvancedSecurityOptionsfor the domain.final AutoTuneOptionsStatusSpecifiesAutoTuneOptionsfor the domain.builder()final ChangeProgressDetailsSpecifies change details of the domain configuration change.final CognitoOptionsStatusTheCognitoOptionsfor the specified domain.Specifies theDomainEndpointOptionsfor the Elasticsearch domain.final EBSOptionsStatusSpecifies theEBSOptionsfor the Elasticsearch domain.Specifies theElasticsearchClusterConfigfor the Elasticsearch domain.String of format X.Y to specify version for the Elasticsearch domain.Specifies theEncryptionAtRestOptionsfor the Elasticsearch domain.final booleanfinal booleanequalsBySdkFields(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 inthashCode()Log publishing options for the given domain.Specifies theNodeToNodeEncryptionOptionsfor the Elasticsearch domain.static Class<? extends ElasticsearchDomainConfig.Builder> final SnapshotOptionsStatusSpecifies theSnapshotOptionsfor the Elasticsearch domain.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final VPCDerivedInfoStatusTheVPCOptionsfor 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
ElasticsearchClusterConfigfor the Elasticsearch domain.- Returns:
- Specifies the
ElasticsearchClusterConfigfor the Elasticsearch domain.
-
ebsOptions
Specifies the
EBSOptionsfor the Elasticsearch domain.- Returns:
- Specifies the
EBSOptionsfor the Elasticsearch domain.
-
accessPolicies
IAM access policy as a JSON-formatted string.
- Returns:
- IAM access policy as a JSON-formatted string.
-
snapshotOptions
Specifies the
SnapshotOptionsfor the Elasticsearch domain.- Returns:
- Specifies the
SnapshotOptionsfor the Elasticsearch domain.
-
vpcOptions
The
VPCOptionsfor the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.- Returns:
- The
VPCOptionsfor the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.
-
cognitoOptions
The
CognitoOptionsfor the specified domain. For more information, see Amazon Cognito Authentication for Kibana.- Returns:
- The
CognitoOptionsfor the specified domain. For more information, see Amazon Cognito Authentication for Kibana.
-
encryptionAtRestOptions
Specifies the
EncryptionAtRestOptionsfor the Elasticsearch domain.- Returns:
- Specifies the
EncryptionAtRestOptionsfor the Elasticsearch domain.
-
nodeToNodeEncryptionOptions
Specifies the
NodeToNodeEncryptionOptionsfor the Elasticsearch domain.- Returns:
- Specifies the
NodeToNodeEncryptionOptionsfor the Elasticsearch domain.
-
advancedOptions
Specifies the
AdvancedOptionsfor the domain. See Configuring Advanced Options for more information.- Returns:
- Specifies the
AdvancedOptionsfor 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
DomainEndpointOptionsfor the Elasticsearch domain.- Returns:
- Specifies the
DomainEndpointOptionsfor the Elasticsearch domain.
-
advancedSecurityOptions
Specifies
AdvancedSecurityOptionsfor the domain.- Returns:
- Specifies
AdvancedSecurityOptionsfor the domain.
-
autoTuneOptions
Specifies
AutoTuneOptionsfor the domain.- Returns:
- Specifies
AutoTuneOptionsfor 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:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ElasticsearchDomainConfig.Builder,ElasticsearchDomainConfig> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin 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
-