Interface Entity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Entity.Builder,,Entity> SdkBuilder<Entity.Builder,,Entity> SdkPojo
- Enclosing class:
Entity
@Mutable
@NotThreadSafe
public static interface Entity.Builder
extends SdkPojo, CopyableBuilder<Entity.Builder,Entity>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) Sets the value of the Attributes property for this object.keyAttributes(Map<String, String> keyAttributes) Sets the value of the KeyAttributes property for this object.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
-
keyAttributes
Sets the value of the KeyAttributes property for this object.- Parameters:
keyAttributes- The new value for the KeyAttributes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
Sets the value of the Attributes property for this object.- Parameters:
attributes- The new value for the Attributes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-