Class DomainConfig
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<DomainConfig.Builder,DomainConfig> 
Container for the configuration of an OpenSearch Service domain.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionfinal AccessPoliciesStatusSpecifies the access policies for the domain.final AdvancedOptionsStatusKey-value pairs to specify advanced configuration options.Container for fine-grained access control settings for the domain.final AutoTuneOptionsStatusContainer for Auto-Tune settings for the domain.static DomainConfig.Builderbuilder()final ChangeProgressDetailsContainer for information about the progress of an existing configuration change.final ClusterConfigStatusContainer for the cluster configuration of a the domain.final CognitoOptionsStatusContainer for Amazon Cognito options for the domain.Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.final EBSOptionsStatusContainer for EBS options configured for the domain.Key-value pairs to enable encryption at rest.final VersionStatusThe OpenSearch or Elasticsearch version that the domain is running.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()final IPAddressTypeStatusThe type of IP addresses supported by the endpoint for the domain.Key-value pairs to configure log publishing.Whether node-to-node encryption is enabled or disabled.Container for off-peak window options for the domain.static Class<? extends DomainConfig.Builder> final SnapshotOptionsStatusDEPRECATED.Software update options for the 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 VPCDerivedInfoStatusThe current VPC options for the domain and the status of any updates to their configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
engineVersion
The OpenSearch or Elasticsearch version that the domain is running.
- Returns:
 - The OpenSearch or Elasticsearch version that the domain is running.
 
 - 
clusterConfig
Container for the cluster configuration of a the domain.
- Returns:
 - Container for the cluster configuration of a the domain.
 
 - 
ebsOptions
Container for EBS options configured for the domain.
- Returns:
 - Container for EBS options configured for the domain.
 
 - 
accessPolicies
Specifies the access policies for the domain.
- Returns:
 - Specifies the access policies for the domain.
 
 - 
ipAddressType
The type of IP addresses supported by the endpoint for the domain.
- Returns:
 - The type of IP addresses supported by the endpoint for the domain.
 
 - 
snapshotOptions
DEPRECATED. Container for parameters required to configure automated snapshots of domain indexes.
- Returns:
 - DEPRECATED. Container for parameters required to configure automated snapshots of domain indexes.
 
 - 
vpcOptions
The current VPC options for the domain and the status of any updates to their configuration.
- Returns:
 - The current VPC options for the domain and the status of any updates to their configuration.
 
 - 
cognitoOptions
Container for Amazon Cognito options for the domain.
- Returns:
 - Container for Amazon Cognito options for the domain.
 
 - 
encryptionAtRestOptions
Key-value pairs to enable encryption at rest.
- Returns:
 - Key-value pairs to enable encryption at rest.
 
 - 
nodeToNodeEncryptionOptions
Whether node-to-node encryption is enabled or disabled.
- Returns:
 - Whether node-to-node encryption is enabled or disabled.
 
 - 
advancedOptions
Key-value pairs to specify advanced configuration options. For more information, see Advanced options.
- Returns:
 - Key-value pairs to specify advanced configuration options. For more information, see Advanced options.
 
 - 
logPublishingOptions
Key-value pairs to configure log publishing.
- Returns:
 - Key-value pairs to configure log publishing.
 
 - 
domainEndpointOptions
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
- Returns:
 - Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
 
 - 
advancedSecurityOptions
Container for fine-grained access control settings for the domain.
- Returns:
 - Container for fine-grained access control settings for the domain.
 
 - 
autoTuneOptions
Container for Auto-Tune settings for the domain.
- Returns:
 - Container for Auto-Tune settings for the domain.
 
 - 
changeProgressDetails
Container for information about the progress of an existing configuration change.
- Returns:
 - Container for information about the progress of an existing configuration change.
 
 - 
offPeakWindowOptions
Container for off-peak window options for the domain.
- Returns:
 - Container for off-peak window options for the domain.
 
 - 
softwareUpdateOptions
Software update options for the domain.
- Returns:
 - Software update options for the domain.
 
 - 
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<DomainConfig.Builder,DomainConfig> - 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
 
 -