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