Class ElasticsearchDomainConfig
- java.lang.Object
-
- software.amazon.awssdk.services.elasticsearch.model.ElasticsearchDomainConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ElasticsearchDomainConfig.Builder,ElasticsearchDomainConfig>
@Generated("software.amazon.awssdk:codegen") public final class ElasticsearchDomainConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElasticsearchDomainConfig.Builder,ElasticsearchDomainConfig>
The configuration of an Elasticsearch domain.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceElasticsearchDomainConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessPoliciesStatusaccessPolicies()IAM access policy as a JSON-formatted string.AdvancedOptionsStatusadvancedOptions()Specifies theAdvancedOptionsfor the domain.AdvancedSecurityOptionsStatusadvancedSecurityOptions()SpecifiesAdvancedSecurityOptionsfor the domain.AutoTuneOptionsStatusautoTuneOptions()SpecifiesAutoTuneOptionsfor the domain.static ElasticsearchDomainConfig.Builderbuilder()ChangeProgressDetailschangeProgressDetails()Specifies change details of the domain configuration change.CognitoOptionsStatuscognitoOptions()TheCognitoOptionsfor the specified domain.DomainEndpointOptionsStatusdomainEndpointOptions()Specifies theDomainEndpointOptionsfor the Elasticsearch domain.EBSOptionsStatusebsOptions()Specifies theEBSOptionsfor the Elasticsearch domain.ElasticsearchClusterConfigStatuselasticsearchClusterConfig()Specifies theElasticsearchClusterConfigfor the Elasticsearch domain.ElasticsearchVersionStatuselasticsearchVersion()String of format X.Y to specify version for the Elasticsearch domain.EncryptionAtRestOptionsStatusencryptionAtRestOptions()Specifies theEncryptionAtRestOptionsfor the Elasticsearch domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasModifyingProperties()For responses, this returns true if the service returned a value for the ModifyingProperties property.LogPublishingOptionsStatuslogPublishingOptions()Log publishing options for the given domain.List<ModifyingProperties>modifyingProperties()Information about the domain properties that are currently being modified.NodeToNodeEncryptionOptionsStatusnodeToNodeEncryptionOptions()Specifies theNodeToNodeEncryptionOptionsfor the Elasticsearch domain.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ElasticsearchDomainConfig.Builder>serializableBuilderClass()SnapshotOptionsStatussnapshotOptions()Specifies theSnapshotOptionsfor the Elasticsearch domain.ElasticsearchDomainConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.VPCDerivedInfoStatusvpcOptions()TheVPCOptionsfor the specified domain.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
elasticsearchVersion
public final ElasticsearchVersionStatus 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
public final ElasticsearchClusterConfigStatus elasticsearchClusterConfig()
Specifies the
ElasticsearchClusterConfigfor the Elasticsearch domain.- Returns:
- Specifies the
ElasticsearchClusterConfigfor the Elasticsearch domain.
-
ebsOptions
public final EBSOptionsStatus ebsOptions()
Specifies the
EBSOptionsfor the Elasticsearch domain.- Returns:
- Specifies the
EBSOptionsfor the Elasticsearch domain.
-
accessPolicies
public final AccessPoliciesStatus accessPolicies()
IAM access policy as a JSON-formatted string.
- Returns:
- IAM access policy as a JSON-formatted string.
-
snapshotOptions
public final SnapshotOptionsStatus snapshotOptions()
Specifies the
SnapshotOptionsfor the Elasticsearch domain.- Returns:
- Specifies the
SnapshotOptionsfor the Elasticsearch domain.
-
vpcOptions
public final VPCDerivedInfoStatus 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
public final CognitoOptionsStatus 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
public final EncryptionAtRestOptionsStatus encryptionAtRestOptions()
Specifies the
EncryptionAtRestOptionsfor the Elasticsearch domain.- Returns:
- Specifies the
EncryptionAtRestOptionsfor the Elasticsearch domain.
-
nodeToNodeEncryptionOptions
public final NodeToNodeEncryptionOptionsStatus nodeToNodeEncryptionOptions()
Specifies the
NodeToNodeEncryptionOptionsfor the Elasticsearch domain.- Returns:
- Specifies the
NodeToNodeEncryptionOptionsfor the Elasticsearch domain.
-
advancedOptions
public final AdvancedOptionsStatus 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
public final LogPublishingOptionsStatus logPublishingOptions()
Log publishing options for the given domain.
- Returns:
- Log publishing options for the given domain.
-
domainEndpointOptions
public final DomainEndpointOptionsStatus domainEndpointOptions()
Specifies the
DomainEndpointOptionsfor the Elasticsearch domain.- Returns:
- Specifies the
DomainEndpointOptionsfor the Elasticsearch domain.
-
advancedSecurityOptions
public final AdvancedSecurityOptionsStatus advancedSecurityOptions()
Specifies
AdvancedSecurityOptionsfor the domain.- Returns:
- Specifies
AdvancedSecurityOptionsfor the domain.
-
autoTuneOptions
public final AutoTuneOptionsStatus autoTuneOptions()
Specifies
AutoTuneOptionsfor the domain.- Returns:
- Specifies
AutoTuneOptionsfor the domain.
-
changeProgressDetails
public final ChangeProgressDetails changeProgressDetails()
Specifies change details of the domain configuration change.
- Returns:
- Specifies change details of the domain configuration change.
-
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
public final List<ModifyingProperties> 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
public ElasticsearchDomainConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ElasticsearchDomainConfig.Builder,ElasticsearchDomainConfig>
-
builder
public static ElasticsearchDomainConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ElasticsearchDomainConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-