Class CfnProfile.Builder
java.lang.Object
software.amazon.awscdk.services.route53profiles.CfnProfile.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProfile>
- Enclosing class:
CfnProfile
@Stability(Stable)
public static final class CfnProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProfile>
A fluent builder for
CfnProfile.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnProfile.BuilderName of the Profile.A list of the tag keys and values that you want to associate with the profile.
-
Method Details
-
create
@Stability(Stable) public static CfnProfile.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnProfile.Builder.
-
name
Name of the Profile.- Parameters:
name- Name of the Profile. This parameter is required.- Returns:
this- See Also:
-
tags
A list of the tag keys and values that you want to associate with the profile.- Parameters:
tags- A list of the tag keys and values that you want to associate with the profile. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProfile>- Returns:
- a newly built instance of
CfnProfile.
-