Class CfnProfileMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wellarchitected.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.profileDescription(String profileDescription) Sets the value ofCfnProfileMixinProps.getProfileDescription()profileName(String profileName) Sets the value ofCfnProfileMixinProps.getProfileName()profileQuestions(List<? extends Object> profileQuestions) Sets the value ofCfnProfileMixinProps.getProfileQuestions()profileQuestions(IResolvable profileQuestions) Sets the value ofCfnProfileMixinProps.getProfileQuestions()Sets the value ofCfnProfileMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
profileDescription
@Stability(Stable) public CfnProfileMixinProps.Builder profileDescription(String profileDescription) Sets the value ofCfnProfileMixinProps.getProfileDescription()- Parameters:
profileDescription- The profile description.- Returns:
this
-
profileName
Sets the value ofCfnProfileMixinProps.getProfileName()- Parameters:
profileName- The name of the profile.- Returns:
this
-
profileQuestions
@Stability(Stable) public CfnProfileMixinProps.Builder profileQuestions(IResolvable profileQuestions) Sets the value ofCfnProfileMixinProps.getProfileQuestions()- Parameters:
profileQuestions- The profile questions.- Returns:
this
-
profileQuestions
@Stability(Stable) public CfnProfileMixinProps.Builder profileQuestions(List<? extends Object> profileQuestions) Sets the value ofCfnProfileMixinProps.getProfileQuestions()- Parameters:
profileQuestions- The profile questions.- Returns:
this
-
tags
Sets the value ofCfnProfileMixinProps.getTags()- Parameters:
tags- The tags assigned to 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
-