Interface DeleteGatewayResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<DeleteGatewayResponse.Builder,,DeleteGatewayResponse> SdkBuilder<DeleteGatewayResponse.Builder,,DeleteGatewayResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteGatewayResponse
@Mutable
@NotThreadSafe
public static interface DeleteGatewayResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<DeleteGatewayResponse.Builder,DeleteGatewayResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the deleted gateway.The current status of the gateway deletion.status(GatewayStatus status) The current status of the gateway deletion.statusReasons(String... statusReasons) The reasons for the current status of the gateway deletion.statusReasons(Collection<String> statusReasons) The reasons for the current status of the gateway deletion.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
gatewayId
The unique identifier of the deleted gateway.
- Parameters:
gatewayId- The unique identifier of the deleted gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the gateway deletion.
- Parameters:
status- The current status of the gateway deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the gateway deletion.
- Parameters:
status- The current status of the gateway deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReasons
The reasons for the current status of the gateway deletion.
- Parameters:
statusReasons- The reasons for the current status of the gateway deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReasons
The reasons for the current status of the gateway deletion.
- Parameters:
statusReasons- The reasons for the current status of the gateway deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-