Class CfnAccessSourceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53globalresolver.CfnAccessSourceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessSourceMixinProps>
- Enclosing interface:
CfnAccessSourceMixinProps
@Stability(Stable)
public static final class CfnAccessSourceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessSourceMixinProps>
A builder for
CfnAccessSourceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAccessSourceMixinProps.getCidr()clientToken(String clientToken) Sets the value ofCfnAccessSourceMixinProps.getClientToken()Sets the value ofCfnAccessSourceMixinProps.getDnsViewId()ipAddressType(String ipAddressType) Sets the value ofCfnAccessSourceMixinProps.getIpAddressType()Sets the value ofCfnAccessSourceMixinProps.getName()Sets the value ofCfnAccessSourceMixinProps.getProtocol()Sets the value ofCfnAccessSourceMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cidr
Sets the value ofCfnAccessSourceMixinProps.getCidr()- Parameters:
cidr- the value to be set.- Returns:
this
-
clientToken
Sets the value ofCfnAccessSourceMixinProps.getClientToken()- Parameters:
clientToken- the value to be set.- Returns:
this
-
dnsViewId
Sets the value ofCfnAccessSourceMixinProps.getDnsViewId()- Parameters:
dnsViewId- the value to be set.- Returns:
this
-
ipAddressType
Sets the value ofCfnAccessSourceMixinProps.getIpAddressType()- Parameters:
ipAddressType- the value to be set.- Returns:
this
-
name
Sets the value ofCfnAccessSourceMixinProps.getName()- Parameters:
name- the value to be set.- Returns:
this
-
protocol
Sets the value ofCfnAccessSourceMixinProps.getProtocol()- Parameters:
protocol- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnAccessSourceMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccessSourceMixinProps>- Returns:
- a new instance of
CfnAccessSourceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-