Class CfnProfile.Builder
java.lang.Object
software.amazon.awscdk.services.b2bi.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()
businessName
(String businessName) Returns the name for the business associated with this profile.static CfnProfile.Builder
Specifies whether or not logging is enabled for this profile.Returns the display name for profile.A key-value pair for a specific 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
.
-
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:
-
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
- Parameters:
phone
- This parameter is required.- Returns:
this
- See Also:
-
email
- Parameters:
email
- 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnProfile>
- Returns:
- a newly built instance of
CfnProfile
.
-