public static interface AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder,AwsOpenSearchServiceDomainDomainEndpointOptionsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder |
customEndpoint(String customEndpoint)
The fully qualified URL for the custom endpoint.
|
AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder |
customEndpointCertificateArn(String customEndpointCertificateArn)
The ARN for the security certificate.
|
AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder |
customEndpointEnabled(Boolean customEndpointEnabled)
Whether to enable a custom endpoint for the domain.
|
AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder |
enforceHTTPS(Boolean enforceHTTPS)
Whether to require that all traffic to the domain arrive over HTTPS.
|
AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder |
tlsSecurityPolicy(String tlsSecurityPolicy)
The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder customEndpointCertificateArn(String customEndpointCertificateArn)
The ARN for the security certificate. The certificate is managed in ACM.
customEndpointCertificateArn - The ARN for the security certificate. The certificate is managed in ACM.AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder customEndpointEnabled(Boolean customEndpointEnabled)
Whether to enable a custom endpoint for the domain.
customEndpointEnabled - Whether to enable a custom endpoint for the domain.AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.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.AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder customEndpoint(String customEndpoint)
The fully qualified URL for the custom endpoint.
customEndpoint - The fully qualified URL for the custom endpoint.AwsOpenSearchServiceDomainDomainEndpointOptionsDetails.Builder tlsSecurityPolicy(String tlsSecurityPolicy)
The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
tlsSecurityPolicy - The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.Copyright © 2023. All rights reserved.