public static interface AwsElasticsearchDomainDomainEndpointOptions.Builder extends SdkPojo, CopyableBuilder<AwsElasticsearchDomainDomainEndpointOptions.Builder,AwsElasticsearchDomainDomainEndpointOptions>
| Modifier and Type | Method and Description |
|---|---|
AwsElasticsearchDomainDomainEndpointOptions.Builder |
enforceHTTPS(Boolean enforceHTTPS)
Whether to require that all traffic to the domain arrive over HTTPS.
|
AwsElasticsearchDomainDomainEndpointOptions.Builder |
tlsSecurityPolicy(String tlsSecurityPolicy)
The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElasticsearchDomainDomainEndpointOptions.Builder enforceHTTPS(Boolean enforceHTTPS)
Whether to require that all traffic to the domain arrive over HTTPS.
enforceHTTPS - Whether to require that all traffic to the domain arrive over HTTPS.AwsElasticsearchDomainDomainEndpointOptions.Builder tlsSecurityPolicy(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
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
Copyright © 2023. All rights reserved.