Interface DeleteResourceGatewayResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteResourceGatewayResponse.Builder,,DeleteResourceGatewayResponse> SdkBuilder<DeleteResourceGatewayResponse.Builder,,DeleteResourceGatewayResponse> SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
DeleteResourceGatewayResponse
@Mutable
@NotThreadSafe
public static interface DeleteResourceGatewayResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<DeleteResourceGatewayResponse.Builder,DeleteResourceGatewayResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource gateway.The ID of the resource gateway.The name of the resource gateway.The status of the resource gateway.status(ResourceGatewayStatus status) The status of the resource gateway.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
id
The ID of the resource gateway.
- Parameters:
id- The ID of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the resource gateway.
- Parameters:
arn- The Amazon Resource Name (ARN) of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the resource gateway.
- Parameters:
name- The name of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the resource gateway.
- Parameters:
status- The status of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the resource gateway.
- Parameters:
status- The status of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-