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