Interface AssetFileBody.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetFileBody.Builder,,AssetFileBody> SdkBuilder<AssetFileBody.Builder,,AssetFileBody> SdkPojo
- Enclosing class:
AssetFileBody
@Mutable
@NotThreadSafe
public static interface AssetFileBody.Builder
extends SdkPojo, CopyableBuilder<AssetFileBody.Builder,AssetFileBody>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Bytes property for this object.Sets the value of the Text 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
-
bytes
Sets the value of the Bytes property for this object.- Parameters:
bytes- The new value for the Bytes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
Sets the value of the Text property for this object.- Parameters:
text- The new value for the Text property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-