Class HttpsRecordServiceModeProps.Builder
java.lang.Object
software.amazon.awscdk.services.route53.HttpsRecordServiceModeProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<HttpsRecordServiceModeProps>
- Enclosing interface:
HttpsRecordServiceModeProps
@Stability(Stable)
public static final class HttpsRecordServiceModeProps.Builder
extends Object
implements software.amazon.jsii.Builder<HttpsRecordServiceModeProps>
A builder for
HttpsRecordServiceModeProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofSvcbRecordServiceModeProps.getAlpn()build()Builds the configured instance.Sets the value ofinvalid reference
HttpsRecordServiceModeProps#getIpv4HintSets the value ofinvalid reference
HttpsRecordServiceModeProps#getIpv6HintSets the value ofSvcbRecordServiceModeProps.getMandatory()noDefaultAlpn(Boolean noDefaultAlpn) Sets the value ofSvcbRecordServiceModeProps.getNoDefaultAlpn()Sets the value ofSvcbRecordServiceModeProps.getPort()Sets the value ofSvcbRecordServiceModeProps.getPriority()targetName(String targetName) Sets the value ofSvcbRecordServiceModeProps.getTargetName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
alpn
Sets the value ofSvcbRecordServiceModeProps.getAlpn()- Parameters:
alpn- Indicates the set of Application-Layer Protocol Negotiation (ALPN) protocol identifiers and associated transport protocols supported by this service endpoint.- Returns:
this
-
ipv4Hint
Sets the value ofinvalid reference
HttpsRecordServiceModeProps#getIpv4Hint- Parameters:
ipv4Hint- Conveys that clients may use to reach the service.- Returns:
this
-
ipv6Hint
Sets the value ofinvalid reference
HttpsRecordServiceModeProps#getIpv6Hint- Parameters:
ipv6Hint- Conveys that clients may use to reach the service.- Returns:
this
-
mandatory
Sets the value ofSvcbRecordServiceModeProps.getMandatory()- Parameters:
mandatory- Indicates mandatory keys.- Returns:
this
-
noDefaultAlpn
Sets the value ofSvcbRecordServiceModeProps.getNoDefaultAlpn()- Parameters:
noDefaultAlpn- Indicates no default ALPN protocol identifiers. Thealpnparameter must be supplied together.- Returns:
this
-
port
Sets the value ofSvcbRecordServiceModeProps.getPort()- Parameters:
port- The alternative port number.- Returns:
this
-
priority
Sets the value ofSvcbRecordServiceModeProps.getPriority()- Parameters:
priority- The priority.- Returns:
this
-
targetName
Sets the value ofSvcbRecordServiceModeProps.getTargetName()- Parameters:
targetName- The domain name of the alternative endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<HttpsRecordServiceModeProps>- Returns:
- a new instance of
HttpsRecordServiceModeProps - Throws:
NullPointerException- if any required attribute was not provided
-