Class CfnUsageProfilePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnUsageProfilePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUsageProfilePropsMixin>
- Enclosing class:
CfnUsageProfilePropsMixin
@Stability(Stable)
public static final class CfnUsageProfilePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUsageProfilePropsMixin>
A fluent builder for
CfnUsageProfilePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()configuration(IResolvable configuration) create()create(CfnPropertyMixinOptions options) 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 CfnUsageProfilePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnUsageProfilePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnUsageProfilePropsMixin.Builder.
-
configuration
@Stability(Stable) public CfnUsageProfilePropsMixin.Builder configuration(IResolvable configuration) - Parameters:
configuration- This parameter is required.- Returns:
this- See Also:
-
configuration
@Stability(Stable) public CfnUsageProfilePropsMixin.Builder configuration(CfnUsageProfilePropsMixin.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:
-
name
The name of the usage profile.- Parameters:
name- The name 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnUsageProfilePropsMixin>- Returns:
- a newly built instance of
CfnUsageProfilePropsMixin.
-