Interface S3SnapshotAsset.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3SnapshotAsset.Builder,S3SnapshotAsset>,SdkBuilder<S3SnapshotAsset.Builder,S3SnapshotAsset>,SdkPojo
- Enclosing class:
- S3SnapshotAsset
public static interface S3SnapshotAsset.Builder extends SdkPojo, CopyableBuilder<S3SnapshotAsset.Builder,S3SnapshotAsset>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3SnapshotAsset.Buildersize(Double size)The size of the Amazon S3 object that is the 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, sdkFields
-
-
-
-
Method Detail
-
size
S3SnapshotAsset.Builder size(Double size)
The size of the Amazon S3 object that is the object.
- Parameters:
size- The size of the Amazon S3 object that is the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-