Class SvcbRecordServiceModeProps.Builder
java.lang.Object
software.amazon.awscdk.services.route53.SvcbRecordServiceModeProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SvcbRecordServiceModeProps>
- Enclosing interface:
SvcbRecordServiceModeProps
@Stability(Stable)
public static final class SvcbRecordServiceModeProps.Builder
extends Object
implements software.amazon.jsii.Builder<SvcbRecordServiceModeProps>
A builder for
SvcbRecordServiceModeProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofSvcbRecordServiceModeProps.getAlpn()
build()
Builds the configured instance.Sets the value ofinvalid reference
SvcbRecordServiceModeProps#getIpv4Hint
Sets the value ofinvalid reference
SvcbRecordServiceModeProps#getIpv6Hint
Sets 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
SvcbRecordServiceModeProps#getIpv4Hint
- Parameters:
ipv4Hint
- Conveys that clients may use to reach the service.- Returns:
this
-
ipv6Hint
Sets the value ofinvalid reference
SvcbRecordServiceModeProps#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. Thealpn
parameter 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:
build
in interfacesoftware.amazon.jsii.Builder<SvcbRecordServiceModeProps>
- Returns:
- a new instance of
SvcbRecordServiceModeProps
- Throws:
NullPointerException
- if any required attribute was not provided
-