Class DevEndpointReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.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.endpointName(String endpointName) Sets the value ofDevEndpointReference.getEndpointName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpointName
Sets the value ofDevEndpointReference.getEndpointName()- Parameters:
endpointName- The EndpointName of the DevEndpoint resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DevEndpointReference>- Returns:
- a new instance of
DevEndpointReference - Throws:
NullPointerException- if any required attribute was not provided
-