Class CfnProfileProps.Builder
java.lang.Object
software.amazon.awscdk.services.route53profiles.CfnProfileProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProfileProps>
- Enclosing interface:
CfnProfileProps
@Stability(Stable)
public static final class CfnProfileProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProfileProps>
A builder for
CfnProfileProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnProfileProps.getName()Sets the value ofCfnProfileProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnProfileProps.getName()- Parameters:
name- Name of the Profile. This parameter is required.- Returns:
this
-
tags
Sets the value ofCfnProfileProps.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<CfnProfileProps>- Returns:
- a new instance of
CfnProfileProps - Throws:
NullPointerException- if any required attribute was not provided
-