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 TypeMethodDescriptionThe reason code explaining why the request was throttled.The resource that caused the throttling.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
The reason code explaining why the request was throttled.
- Parameters:
reason- The reason code explaining why the request was throttled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
The resource that caused the throttling.
- Parameters:
resource- The resource that caused the throttling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-