Class AwsElasticsearchDomainDomainEndpointOptions
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsElasticsearchDomainDomainEndpointOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsElasticsearchDomainDomainEndpointOptions.Builder,AwsElasticsearchDomainDomainEndpointOptions>
@Generated("software.amazon.awssdk:codegen") public final class AwsElasticsearchDomainDomainEndpointOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsElasticsearchDomainDomainEndpointOptions.Builder,AwsElasticsearchDomainDomainEndpointOptions>
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsElasticsearchDomainDomainEndpointOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsElasticsearchDomainDomainEndpointOptions.Builderbuilder()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()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsElasticsearchDomainDomainEndpointOptions.Builder>serializableBuilderClass()StringtlsSecurityPolicy()The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.AwsElasticsearchDomainDomainEndpointOptions.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
-
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.
-
tlsSecurityPolicy
public final String tlsSecurityPolicy()
The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
Valid values:
-
Policy-Min-TLS-1-0-2019-07, which supports TLSv1.0 and higher -
Policy-Min-TLS-1-2-2019-07, which only supports TLSv1.2
- Returns:
- The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
Valid values:
-
Policy-Min-TLS-1-0-2019-07, which supports TLSv1.0 and higher -
Policy-Min-TLS-1-2-2019-07, which only supports TLSv1.2
-
-
-
toBuilder
public AwsElasticsearchDomainDomainEndpointOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsElasticsearchDomainDomainEndpointOptions.Builder,AwsElasticsearchDomainDomainEndpointOptions>
-
builder
public static AwsElasticsearchDomainDomainEndpointOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsElasticsearchDomainDomainEndpointOptions.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
-
-