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