Class CfnProfilePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wellarchitected.CfnProfilePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProfilePropsMixin>
- Enclosing class:
CfnProfilePropsMixin
@Stability(Stable)
public static final class CfnProfilePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProfilePropsMixin>
A fluent builder for
CfnProfilePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnProfilePropsMixin.Buildercreate()static CfnProfilePropsMixin.Buildercreate(CfnPropertyMixinOptions options) profileDescription(String profileDescription) The profile description.profileName(String profileName) The name of the profile.profileQuestions(List<? extends Object> profileQuestions) The profile questions.profileQuestions(IResolvable profileQuestions) The profile questions.The tags assigned to the profile.
-
Method Details
-
create
@Stability(Stable) public static CfnProfilePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnProfilePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnProfilePropsMixin.Builder.
-
profileDescription
@Stability(Stable) public CfnProfilePropsMixin.Builder profileDescription(String profileDescription) The profile description.- Parameters:
profileDescription- The profile description. This parameter is required.- Returns:
this- See Also:
-
profileName
The name of the profile.- Parameters:
profileName- The name of the profile. This parameter is required.- Returns:
this- See Also:
-
profileQuestions
@Stability(Stable) public CfnProfilePropsMixin.Builder profileQuestions(IResolvable profileQuestions) The profile questions.- Parameters:
profileQuestions- The profile questions. This parameter is required.- Returns:
this- See Also:
-
profileQuestions
@Stability(Stable) public CfnProfilePropsMixin.Builder profileQuestions(List<? extends Object> profileQuestions) The profile questions.- Parameters:
profileQuestions- The profile questions. This parameter is required.- Returns:
this- See Also:
-
tags
The tags assigned to the profile.- Parameters:
tags- The tags assigned to the profile. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProfilePropsMixin>- Returns:
- a newly built instance of
CfnProfilePropsMixin.
-