Class CfnUsageProfileMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnUsageProfileMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUsageProfileMixinProps>
- Enclosing interface:
CfnUsageProfileMixinProps
@Stability(Stable)
public static final class CfnUsageProfileMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUsageProfileMixinProps>
A builder for
CfnUsageProfileMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnUsageProfileMixinProps.getConfiguration()configuration(IResolvable configuration) Sets the value ofCfnUsageProfileMixinProps.getConfiguration()description(String description) Sets the value ofCfnUsageProfileMixinProps.getDescription()Sets the value ofCfnUsageProfileMixinProps.getName()Sets the value ofCfnUsageProfileMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuration
@Stability(Stable) public CfnUsageProfileMixinProps.Builder configuration(IResolvable configuration) Sets the value ofCfnUsageProfileMixinProps.getConfiguration()- Parameters:
configuration- the value to be set.- Returns:
this
-
configuration
@Stability(Stable) public CfnUsageProfileMixinProps.Builder configuration(CfnUsageProfilePropsMixin.ProfileConfigurationProperty configuration) Sets the value ofCfnUsageProfileMixinProps.getConfiguration()- Parameters:
configuration- the value to be set.- Returns:
this
-
description
Sets the value ofCfnUsageProfileMixinProps.getDescription()- Parameters:
description- A description of the usage profile.- Returns:
this
-
name
Sets the value ofCfnUsageProfileMixinProps.getName()- Parameters:
name- The name of the usage profile.- Returns:
this
-
tags
Sets the value ofCfnUsageProfileMixinProps.getTags()- Parameters:
tags- The tags to be applied to this UsageProfiles.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUsageProfileMixinProps>- Returns:
- a new instance of
CfnUsageProfileMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-