Class CfnProfileMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53profiles.CfnProfileMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProfileMixinProps>
- Enclosing interface:
CfnProfileMixinProps
@Stability(Stable)
public static final class CfnProfileMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProfileMixinProps>
A builder for
CfnProfileMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnProfileMixinProps.getName()Sets the value ofCfnProfileMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnProfileMixinProps.getName()- Parameters:
name- Name of the Profile.- Returns:
this
-
tags
Sets the value ofCfnProfileMixinProps.getTags()- Parameters:
tags- A list of the tag keys and values that you want to associate with the profile.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProfileMixinProps>- Returns:
- a new instance of
CfnProfileMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-