Interface GetPrivateGraphEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPrivateGraphEndpointResponse.Builder,GetPrivateGraphEndpointResponse>,NeptuneGraphResponse.Builder,SdkBuilder<GetPrivateGraphEndpointResponse.Builder,GetPrivateGraphEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPrivateGraphEndpointResponse
public static interface GetPrivateGraphEndpointResponse.Builder extends NeptuneGraphResponse.Builder, SdkPojo, CopyableBuilder<GetPrivateGraphEndpointResponse.Builder,GetPrivateGraphEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPrivateGraphEndpointResponse.Builderstatus(String status)The current status of the private endpoint.GetPrivateGraphEndpointResponse.Builderstatus(PrivateGraphEndpointStatus status)The current status of the private endpoint.GetPrivateGraphEndpointResponse.BuildersubnetIds(String... subnetIds)The subnet IDs involved.GetPrivateGraphEndpointResponse.BuildersubnetIds(Collection<String> subnetIds)The subnet IDs involved.GetPrivateGraphEndpointResponse.BuildervpcEndpointId(String vpcEndpointId)The ID of the private endpoint.GetPrivateGraphEndpointResponse.BuildervpcId(String vpcId)The ID of the VPC where the private endpoint is located.-
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
GetPrivateGraphEndpointResponse.Builder vpcId(String vpcId)
The ID of the VPC where the private endpoint is located.
- Parameters:
vpcId- The ID of the VPC where the private endpoint is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
GetPrivateGraphEndpointResponse.Builder subnetIds(Collection<String> subnetIds)
The subnet IDs involved.
- Parameters:
subnetIds- The subnet IDs involved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
GetPrivateGraphEndpointResponse.Builder subnetIds(String... subnetIds)
The subnet IDs involved.
- Parameters:
subnetIds- The subnet IDs involved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetPrivateGraphEndpointResponse.Builder status(String status)
The current status of the private endpoint.
- Parameters:
status- The current status of the private endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrivateGraphEndpointStatus,PrivateGraphEndpointStatus
-
status
GetPrivateGraphEndpointResponse.Builder status(PrivateGraphEndpointStatus status)
The current status of the private endpoint.
- Parameters:
status- The current status of the private endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrivateGraphEndpointStatus,PrivateGraphEndpointStatus
-
vpcEndpointId
GetPrivateGraphEndpointResponse.Builder vpcEndpointId(String vpcEndpointId)
The ID of the private endpoint.
- Parameters:
vpcEndpointId- The ID of the private endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-