Interface BatchDescribeUserLimitsError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDescribeUserLimitsError.Builder,,BatchDescribeUserLimitsError> SdkBuilder<BatchDescribeUserLimitsError.Builder,,BatchDescribeUserLimitsError> SdkPojo
- Enclosing class:
BatchDescribeUserLimitsError
@Mutable
@NotThreadSafe
public static interface BatchDescribeUserLimitsError.Builder
extends SdkPojo, CopyableBuilder<BatchDescribeUserLimitsError.Builder,BatchDescribeUserLimitsError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code for the failure.The error message for the failure.The namespace of the user that failed.The ARN of the user that failed.The name of the user that failed.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
-
userName
The name of the user that failed.
- Parameters:
userName- The name of the user that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace of the user that failed.
- Parameters:
namespace- The namespace of the user that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userArn
The ARN of the user that failed.
- Parameters:
userArn- The ARN of the user that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code for the failure.
- Parameters:
errorCode- The error code for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The error message for the failure.
- Parameters:
message- The error message for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-