@Generated(value="software.amazon.awssdk:codegen") public final class AwsOpenSearchServiceDomainDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsOpenSearchServiceDomainDetails.Builder,AwsOpenSearchServiceDomainDetails>
Information about an Amazon OpenSearch Service domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsOpenSearchServiceDomainDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPolicies()
IAM policy document that specifies the access policies for the OpenSearch Service domain.
|
AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails |
advancedSecurityOptions()
Specifies options for fine-grained access control.
|
String |
arn()
The ARN of the OpenSearch Service domain.
|
static AwsOpenSearchServiceDomainDetails.Builder |
builder() |
AwsOpenSearchServiceDomainClusterConfigDetails |
clusterConfig()
Details about the configuration of an OpenSearch cluster.
|
String |
domainEndpoint()
The domain endpoint.
|
AwsOpenSearchServiceDomainDomainEndpointOptionsDetails |
domainEndpointOptions()
Additional options for the domain endpoint.
|
Map<String,String> |
domainEndpoints()
The domain endpoints.
|
String |
domainName()
The name of the endpoint.
|
AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails |
encryptionAtRestOptions()
Details about the configuration for encryption at rest.
|
String |
engineVersion()
The version of the domain engine.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDomainEndpoints()
For responses, this returns true if the service returned a value for the DomainEndpoints property.
|
int |
hashCode() |
String |
id()
The identifier of the domain.
|
AwsOpenSearchServiceDomainLogPublishingOptionsDetails |
logPublishingOptions()
Configures the CloudWatch Logs to publish for the OpenSearch domain.
|
AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails |
nodeToNodeEncryptionOptions()
Details about the configuration for node-to-node encryption.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsOpenSearchServiceDomainDetails.Builder> |
serializableBuilderClass() |
AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails |
serviceSoftwareOptions()
Information about the status of a domain relative to the latest service software.
|
AwsOpenSearchServiceDomainDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AwsOpenSearchServiceDomainVpcOptionsDetails |
vpcOptions()
Information that OpenSearch Service derives based on
VPCOptions for the domain. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the OpenSearch Service domain.
public final String accessPolicies()
IAM policy document that specifies the access policies for the OpenSearch Service domain.
public final String domainName()
The name of the endpoint.
public final String id()
The identifier of the domain.
public final String domainEndpoint()
The domain endpoint.
public final String engineVersion()
The version of the domain engine.
public final AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails encryptionAtRestOptions()
Details about the configuration for encryption at rest.
public final AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails nodeToNodeEncryptionOptions()
Details about the configuration for node-to-node encryption.
public final AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails serviceSoftwareOptions()
Information about the status of a domain relative to the latest service software.
public final AwsOpenSearchServiceDomainClusterConfigDetails clusterConfig()
Details about the configuration of an OpenSearch cluster.
public final AwsOpenSearchServiceDomainDomainEndpointOptionsDetails domainEndpointOptions()
Additional options for the domain endpoint.
public final AwsOpenSearchServiceDomainVpcOptionsDetails vpcOptions()
Information that OpenSearch Service derives based on VPCOptions for the domain.
VPCOptions for the domain.public final AwsOpenSearchServiceDomainLogPublishingOptionsDetails logPublishingOptions()
Configures the CloudWatch Logs to publish for the OpenSearch domain.
public final boolean hasDomainEndpoints()
isEmpty() 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.public final Map<String,String> domainEndpoints()
The domain endpoints. Used if the OpenSearch domain resides in a VPC.
This is a map of key-value pairs. The key is always vpc. The value is the endpoint.
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 hasDomainEndpoints() method.
This is a map of key-value pairs. The key is always vpc. The value is the endpoint.
public final AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails advancedSecurityOptions()
Specifies options for fine-grained access control.
public AwsOpenSearchServiceDomainDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsOpenSearchServiceDomainDetails.Builder,AwsOpenSearchServiceDomainDetails>public static AwsOpenSearchServiceDomainDetails.Builder builder()
public static Class<? extends AwsOpenSearchServiceDomainDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.