Interface CreatePrivateGraphEndpointResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreatePrivateGraphEndpointResponse.Builder,,CreatePrivateGraphEndpointResponse> NeptuneGraphResponse.Builder,SdkBuilder<CreatePrivateGraphEndpointResponse.Builder,,CreatePrivateGraphEndpointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreatePrivateGraphEndpointResponse
public static interface CreatePrivateGraphEndpointResponse.Builder
extends NeptuneGraphResponse.Builder, SdkPojo, CopyableBuilder<CreatePrivateGraphEndpointResponse.Builder,CreatePrivateGraphEndpointResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionStatus of the private graph endpoint.status(PrivateGraphEndpointStatus status) Status of the private graph endpoint.Subnets in which the private graph endpoint ENIs are created.subnetIds(Collection<String> subnetIds) Subnets in which the private graph endpoint ENIs are created.vpcEndpointId(String vpcEndpointId) Endpoint ID of the prviate grpah endpoint.VPC in which the private graph endpoint is created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
vpcId
VPC in which the private graph endpoint is created.
- Parameters:
 vpcId- VPC in which the private graph endpoint is created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
Subnets in which the private graph endpoint ENIs are created.
- Parameters:
 subnetIds- Subnets in which the private graph endpoint ENIs are created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
Subnets in which the private graph endpoint ENIs are created.
- Parameters:
 subnetIds- Subnets in which the private graph endpoint ENIs are created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
Status of the private graph endpoint.
- Parameters:
 status- Status of the private graph endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
Status of the private graph endpoint.
- Parameters:
 status- Status of the private graph endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
vpcEndpointId
Endpoint ID of the prviate grpah endpoint.
- Parameters:
 vpcEndpointId- Endpoint ID of the prviate grpah endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -