Class CfnUsageProfile.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnUsageProfile.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUsageProfile>
- Enclosing class:
CfnUsageProfile
@Stability(Stable)
public static final class CfnUsageProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUsageProfile>
A fluent builder for
CfnUsageProfile
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
configuration
(IResolvable configuration) configuration
(CfnUsageProfile.ProfileConfigurationProperty configuration) static CfnUsageProfile.Builder
description
(String description) A description of the usage profile.The name of the usage profile.The tags to be applied to this UsageProfiles.
-
Method Details
-
create
@Stability(Stable) public static CfnUsageProfile.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
CfnUsageProfile.Builder
.
-
name
The name of the usage profile.- Parameters:
name
- The name of the usage profile. This parameter is required.- Returns:
this
- See Also:
-
configuration
- Parameters:
configuration
- This parameter is required.- Returns:
this
- See Also:
-
configuration
@Stability(Stable) public CfnUsageProfile.Builder configuration(CfnUsageProfile.ProfileConfigurationProperty configuration) - Parameters:
configuration
- This parameter is required.- Returns:
this
- See Also:
-
description
A description of the usage profile.- Parameters:
description
- A description of the usage profile. This parameter is required.- Returns:
this
- See Also:
-
tags
The tags to be applied to this UsageProfiles.- Parameters:
tags
- The tags to be applied to this UsageProfiles. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnUsageProfile>
- Returns:
- a newly built instance of
CfnUsageProfile
.
-