Interface DeleteGatewayRateLimitResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<DeleteGatewayRateLimitResponse.Builder,,DeleteGatewayRateLimitResponse> SdkBuilder<DeleteGatewayRateLimitResponse.Builder,,DeleteGatewayRateLimitResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteGatewayRateLimitResponse
@Mutable
@NotThreadSafe
public static interface DeleteGatewayRateLimitResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<DeleteGatewayRateLimitResponse.Builder,DeleteGatewayRateLimitResponse>
-
Method Summary
Modifier and TypeMethodDescriptionrateLimitId(String rateLimitId) Sets the value of the RateLimitId property for this object.Sets the value of the Status property for this object.status(GatewayRateLimitStatus status) Sets the value of the Status property for this object.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
-
rateLimitId
Sets the value of the RateLimitId property for this object.- Parameters:
rateLimitId- The new value for the RateLimitId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-