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