Interface BlobAttributeValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BlobAttributeValue.Builder,BlobAttributeValue>,SdkBuilder<BlobAttributeValue.Builder,BlobAttributeValue>,SdkPojo
- Enclosing class:
- BlobAttributeValue
public static interface BlobAttributeValue.Builder extends SdkPojo, CopyableBuilder<BlobAttributeValue.Builder,BlobAttributeValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobAttributeValue.Buildervalue(SdkBytes value)Sets the value of the Value property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
value
BlobAttributeValue.Builder value(SdkBytes value)
Sets the value of the Value property for this object.- Parameters:
value- The new value for the Value property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-