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, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
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.
-