Class AwsOpenSearchServiceDomainDomainEndpointOptionsDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsOpenSearchServiceDomainDomainEndpointOptionsDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder,AwsOpenSearchServiceDomainDomainEndpointOptionsDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsOpenSearchServiceDomainDomainEndpointOptionsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder,AwsOpenSearchServiceDomainDomainEndpointOptionsDetails>
Information about additional options for the domain endpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builderbuilder()StringcustomEndpoint()The fully qualified URL for the custom endpoint.StringcustomEndpointCertificateArn()The ARN for the security certificate.BooleancustomEndpointEnabled()Whether to enable a custom endpoint for the domain.BooleanenforceHTTPS()Whether to require that all traffic to the domain arrive over HTTPS.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder>serializableBuilderClass()StringtlsSecurityPolicy()The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
customEndpointCertificateArn
public final String customEndpointCertificateArn()
The ARN for the security certificate. The certificate is managed in ACM.
- Returns:
- The ARN for the security certificate. The certificate is managed in ACM.
-
customEndpointEnabled
public final Boolean customEndpointEnabled()
Whether to enable a custom endpoint for the domain.
- Returns:
- Whether to enable a custom endpoint for the domain.
-
enforceHTTPS
public final Boolean enforceHTTPS()
Whether to require that all traffic to the domain arrive over HTTPS.
- Returns:
- Whether to require that all traffic to the domain arrive over HTTPS.
-
customEndpoint
public final String customEndpoint()
The fully qualified URL for the custom endpoint.
- Returns:
- The fully qualified URL for the custom endpoint.
-
tlsSecurityPolicy
public final String tlsSecurityPolicy()
The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
- Returns:
- The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
-
toBuilder
public AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder toBuilder()
-
builder
public static AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.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.
-
-