Class CfnProfilePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.b2bi.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()businessName(String businessName) Returns the name for the business associated with this profile.static CfnProfilePropsMixin.Buildercreate()static CfnProfilePropsMixin.Buildercreate(CfnPropertyMixinOptions options) Specifies whether or not logging is enabled for this profile.Returns the display name for profile.Specifies the phone number associated with the profile.A key-value pair for a specific 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.
-
businessName
Returns the name for the business associated with this profile.- Parameters:
businessName- Returns the name for the business associated with this profile. This parameter is required.- Returns:
this- See Also:
-
email
- Parameters:
email- This parameter is required.- Returns:
this- See Also:
-
logging
Specifies whether or not logging is enabled for this profile.- Parameters:
logging- Specifies whether or not logging is enabled for this profile. This parameter is required.- Returns:
this- See Also:
-
name
Returns the display name for profile.- Parameters:
name- Returns the display name for profile. This parameter is required.- Returns:
this- See Also:
-
phone
Specifies the phone number associated with the profile.- Parameters:
phone- Specifies the phone number associated with the profile. This parameter is required.- Returns:
this- See Also:
-
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.
- Parameters:
tags- A key-value pair for a specific 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.
-