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