Interface DeleteGatewayTargetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<DeleteGatewayTargetResponse.Builder,,DeleteGatewayTargetResponse> SdkBuilder<DeleteGatewayTargetResponse.Builder,,DeleteGatewayTargetResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteGatewayTargetResponse
@Mutable
@NotThreadSafe
public static interface DeleteGatewayTargetResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<DeleteGatewayTargetResponse.Builder,DeleteGatewayTargetResponse>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayArn(String gatewayArn) The Amazon Resource Name (ARN) of the gateway.The current status of the gateway target deletion.status(TargetStatus status) The current status of the gateway target deletion.statusReasons(String... statusReasons) The reasons for the current status of the gateway target deletion.statusReasons(Collection<String> statusReasons) The reasons for the current status of the gateway target deletion.The unique identifier of the deleted gateway target.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
-
gatewayArn
The Amazon Resource Name (ARN) of the gateway.
- Parameters:
gatewayArn- The Amazon Resource Name (ARN) of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetId
The unique identifier of the deleted gateway target.
- Parameters:
targetId- The unique identifier of the deleted gateway target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the gateway target deletion.
- Parameters:
status- The current status of the gateway target 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 target deletion.
- Parameters:
status- The current status of the gateway target 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 target deletion.
- Parameters:
statusReasons- The reasons for the current status of the gateway target 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 target deletion.
- Parameters:
statusReasons- The reasons for the current status of the gateway target deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-