Class UsageProfileReference.Builder
java.lang.Object
software.amazon.awscdk.services.glue.UsageProfileReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<UsageProfileReference>
- Enclosing interface:
UsageProfileReference
@Stability(Stable)
public static final class UsageProfileReference.Builder
extends Object
implements software.amazon.jsii.Builder<UsageProfileReference>
A builder for
UsageProfileReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.usageProfileName
(String usageProfileName) Sets the value ofUsageProfileReference.getUsageProfileName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
usageProfileName
Sets the value ofUsageProfileReference.getUsageProfileName()
- Parameters:
usageProfileName
- The Name of the UsageProfile resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<UsageProfileReference>
- Returns:
- a new instance of
UsageProfileReference
- Throws:
NullPointerException
- if any required attribute was not provided
-