Interface SnapshotBuild.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SnapshotBuild.Builder,,SnapshotBuild> SdkBuilder<SnapshotBuild.Builder,,SnapshotBuild> SdkPojo
- Enclosing class:
SnapshotBuild
@Mutable
@NotThreadSafe
public static interface SnapshotBuild.Builder
extends SdkPojo, CopyableBuilder<SnapshotBuild.Builder,SnapshotBuild>
-
Method Summary
Modifier and TypeMethodDescriptioncodeInstallSizeInBytes(Long codeInstallSizeInBytes) The size of the installed code in bytes.diskSnapshotSizeInBytes(Long diskSnapshotSizeInBytes) The size of the disk snapshot in bytes.memorySnapshotSizeInBytes(Long memorySnapshotSizeInBytes) The size of the memory snapshot in bytes.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
-
memorySnapshotSizeInBytes
The size of the memory snapshot in bytes.
- Parameters:
memorySnapshotSizeInBytes- The size of the memory snapshot in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeInstallSizeInBytes
The size of the installed code in bytes.
- Parameters:
codeInstallSizeInBytes- The size of the installed code in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
diskSnapshotSizeInBytes
The size of the disk snapshot in bytes.
- Parameters:
diskSnapshotSizeInBytes- The size of the disk snapshot in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-