Interface AttributeError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AttributeError.Builder,,AttributeError> SdkBuilder<AttributeError.Builder,,AttributeError> SdkPojo
- Enclosing class:
AttributeError
@Mutable
@NotThreadSafe
public static interface AttributeError.Builder
extends SdkPojo, CopyableBuilder<AttributeError.Builder,AttributeError>
-
Method Summary
Modifier and TypeMethodDescriptionattributeIdentifier(String attributeIdentifier) The attribute ID as part of the attribute error.The code generated as part of the attribute error.The message generated as part of the attribute 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
-
attributeIdentifier
The attribute ID as part of the attribute error.
- Parameters:
attributeIdentifier- The attribute ID as part of the attribute error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The code generated as part of the attribute error.
- Parameters:
code- The code generated as part of the attribute error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The message generated as part of the attribute error.
- Parameters:
message- The message generated as part of the attribute error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-