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