Interface DomainEndpointOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainEndpointOptions.Builder,
,DomainEndpointOptions> SdkBuilder<DomainEndpointOptions.Builder,
,DomainEndpointOptions> SdkPojo
- Enclosing class:
DomainEndpointOptions
@Mutable
@NotThreadSafe
public static interface DomainEndpointOptions.Builder
extends SdkPojo, CopyableBuilder<DomainEndpointOptions.Builder,DomainEndpointOptions>
-
Method Summary
Modifier and TypeMethodDescriptionenforceHTTPS
(Boolean enforceHTTPS) Whether the domain is HTTPS only enabled.tlsSecurityPolicy
(String tlsSecurityPolicy) The minimum required TLS versiontlsSecurityPolicy
(TLSSecurityPolicy tlsSecurityPolicy) The minimum required TLS versionMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enforceHTTPS
Whether the domain is HTTPS only enabled.
- Parameters:
enforceHTTPS
- Whether the domain is HTTPS only enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tlsSecurityPolicy
The minimum required TLS version
- Parameters:
tlsSecurityPolicy
- The minimum required TLS version- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tlsSecurityPolicy
The minimum required TLS version
- Parameters:
tlsSecurityPolicy
- The minimum required TLS version- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-