Interface ThrottlingReason.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ThrottlingReason.Builder,,ThrottlingReason> SdkBuilder<ThrottlingReason.Builder,,ThrottlingReason> SdkPojo
- Enclosing class:
ThrottlingReason
@Mutable
@NotThreadSafe
public static interface ThrottlingReason.Builder
extends SdkPojo, CopyableBuilder<ThrottlingReason.Builder,ThrottlingReason>
-
Method Summary
Modifier and TypeMethodDescriptionA description of why a request was throttled.The resource that causes the request to be throttled.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, sdkFields
-
Method Details
-
reason
A description of why a request was throttled.
- Parameters:
reason- A description of why a request was throttled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
The resource that causes the request to be throttled.
- Parameters:
resource- The resource that causes the request to be throttled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-