Interface BatchSecurityRequirementError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchSecurityRequirementError.Builder,,BatchSecurityRequirementError> SdkBuilder<BatchSecurityRequirementError.Builder,,BatchSecurityRequirementError> SdkPojo
- Enclosing class:
BatchSecurityRequirementError
@Mutable
@NotThreadSafe
public static interface BatchSecurityRequirementError.Builder
extends SdkPojo, CopyableBuilder<BatchSecurityRequirementError.Builder,BatchSecurityRequirementError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.The error message.securityRequirementName(String securityRequirementName) The name of the security requirement that caused the error.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
-
securityRequirementName
The name of the security requirement that caused the error.
- Parameters:
securityRequirementName- The name of the security requirement that caused the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code.
- Parameters:
code- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The error message.
- Parameters:
message- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-