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