Class CfnProfileMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.b2bi.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.businessName(String businessName) Sets the value ofCfnProfileMixinProps.getBusinessName()Sets the value ofCfnProfileMixinProps.getEmail()Sets the value ofCfnProfileMixinProps.getLogging()Sets the value ofCfnProfileMixinProps.getName()Sets the value ofCfnProfileMixinProps.getPhone()Sets the value ofCfnProfileMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
businessName
Sets the value ofCfnProfileMixinProps.getBusinessName()- Parameters:
businessName- Returns the name for the business associated with this profile.- Returns:
this
-
email
Sets the value ofCfnProfileMixinProps.getEmail()- Parameters:
email- the value to be set.- Returns:
this
-
logging
Sets the value ofCfnProfileMixinProps.getLogging()- Parameters:
logging- Specifies whether or not logging is enabled for this profile.- Returns:
this
-
name
Sets the value ofCfnProfileMixinProps.getName()- Parameters:
name- Returns the display name for profile.- Returns:
this
-
phone
Sets the value ofCfnProfileMixinProps.getPhone()- Parameters:
phone- Specifies the phone number associated with the profile.- Returns:
this
-
tags
Sets the value ofCfnProfileMixinProps.getTags()- Parameters:
tags- A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.- 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
-