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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePrivateGraphEndpointResponse.Builderstatus(String status)Status of the private graph endpoint.CreatePrivateGraphEndpointResponse.Builderstatus(PrivateGraphEndpointStatus status)Status of the private graph endpoint.CreatePrivateGraphEndpointResponse.BuildersubnetIds(String... subnetIds)Subnets in which the private graph endpoint ENIs are created.CreatePrivateGraphEndpointResponse.BuildersubnetIds(Collection<String> subnetIds)Subnets in which the private graph endpoint ENIs are created.CreatePrivateGraphEndpointResponse.BuildervpcEndpointId(String vpcEndpointId)Endpoint ID of the prviate grpah endpoint.CreatePrivateGraphEndpointResponse.BuildervpcId(String vpcId)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
vpcId
CreatePrivateGraphEndpointResponse.Builder vpcId(String 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
CreatePrivateGraphEndpointResponse.Builder subnetIds(Collection<String> 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
CreatePrivateGraphEndpointResponse.Builder subnetIds(String... 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
CreatePrivateGraphEndpointResponse.Builder status(String 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:
PrivateGraphEndpointStatus,PrivateGraphEndpointStatus
-
status
CreatePrivateGraphEndpointResponse.Builder status(PrivateGraphEndpointStatus 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:
PrivateGraphEndpointStatus,PrivateGraphEndpointStatus
-
vpcEndpointId
CreatePrivateGraphEndpointResponse.Builder vpcEndpointId(String 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.
-
-