Interface CreatePrivateGraphEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreatePrivateGraphEndpointResponse.Builder,
,CreatePrivateGraphEndpointResponse> NeptuneGraphResponse.Builder
,SdkBuilder<CreatePrivateGraphEndpointResponse.Builder,
,CreatePrivateGraphEndpointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreatePrivateGraphEndpointResponse
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.
-