public static interface WorkspaceBundle.Builder extends SdkPojo, CopyableBuilder<WorkspaceBundle.Builder,WorkspaceBundle>
| Modifier and Type | Method and Description |
|---|---|
WorkspaceBundle.Builder |
bundleId(String bundleId)
The identifier of the bundle.
|
WorkspaceBundle.Builder |
bundleType(BundleType bundleType)
The type of WorkSpace bundle.
|
WorkspaceBundle.Builder |
bundleType(String bundleType)
The type of WorkSpace bundle.
|
WorkspaceBundle.Builder |
computeType(ComputeType computeType)
The compute type of the bundle.
|
default WorkspaceBundle.Builder |
computeType(Consumer<ComputeType.Builder> computeType)
The compute type of the bundle.
|
WorkspaceBundle.Builder |
creationTime(Instant creationTime)
The time when the bundle was created.
|
WorkspaceBundle.Builder |
description(String description)
The description of the bundle.
|
WorkspaceBundle.Builder |
imageId(String imageId)
The identifier of the image that was used to create the bundle.
|
WorkspaceBundle.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The last time that the bundle was updated.
|
WorkspaceBundle.Builder |
name(String name)
The name of the bundle.
|
WorkspaceBundle.Builder |
owner(String owner)
The owner of the bundle.
|
default WorkspaceBundle.Builder |
rootStorage(Consumer<RootStorage.Builder> rootStorage)
The size of the root volume.
|
WorkspaceBundle.Builder |
rootStorage(RootStorage rootStorage)
The size of the root volume.
|
WorkspaceBundle.Builder |
state(String state)
The state of the WorkSpace bundle.
|
WorkspaceBundle.Builder |
state(WorkspaceBundleState state)
The state of the WorkSpace bundle.
|
default WorkspaceBundle.Builder |
userStorage(Consumer<UserStorage.Builder> userStorage)
The size of the user volume.
|
WorkspaceBundle.Builder |
userStorage(UserStorage userStorage)
The size of the user volume.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkspaceBundle.Builder bundleId(String bundleId)
The identifier of the bundle.
bundleId - The identifier of the bundle.WorkspaceBundle.Builder name(String name)
The name of the bundle.
name - The name of the bundle.WorkspaceBundle.Builder owner(String owner)
The owner of the bundle. This is the account identifier of the owner, or AMAZON if the bundle is
provided by Amazon Web Services.
owner - The owner of the bundle. This is the account identifier of the owner, or AMAZON if the
bundle is provided by Amazon Web Services.WorkspaceBundle.Builder description(String description)
The description of the bundle.
description - The description of the bundle.WorkspaceBundle.Builder imageId(String imageId)
The identifier of the image that was used to create the bundle.
imageId - The identifier of the image that was used to create the bundle.WorkspaceBundle.Builder rootStorage(RootStorage rootStorage)
The size of the root volume.
rootStorage - The size of the root volume.default WorkspaceBundle.Builder rootStorage(Consumer<RootStorage.Builder> rootStorage)
The size of the root volume.
This is a convenience method that creates an instance of theRootStorage.Builder avoiding the need to
create one manually via RootStorage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to rootStorage(RootStorage).
rootStorage - a consumer that will call methods on RootStorage.BuilderrootStorage(RootStorage)WorkspaceBundle.Builder userStorage(UserStorage userStorage)
The size of the user volume.
userStorage - The size of the user volume.default WorkspaceBundle.Builder userStorage(Consumer<UserStorage.Builder> userStorage)
The size of the user volume.
This is a convenience method that creates an instance of theUserStorage.Builder avoiding the need to
create one manually via UserStorage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to userStorage(UserStorage).
userStorage - a consumer that will call methods on UserStorage.BuilderuserStorage(UserStorage)WorkspaceBundle.Builder computeType(ComputeType computeType)
The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.
computeType - The compute type of the bundle. For more information, see Amazon WorkSpaces
Bundles.default WorkspaceBundle.Builder computeType(Consumer<ComputeType.Builder> computeType)
The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.
This is a convenience method that creates an instance of theComputeType.Builder avoiding the need to
create one manually via ComputeType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to computeType(ComputeType).
computeType - a consumer that will call methods on ComputeType.BuildercomputeType(ComputeType)WorkspaceBundle.Builder lastUpdatedTime(Instant lastUpdatedTime)
The last time that the bundle was updated.
lastUpdatedTime - The last time that the bundle was updated.WorkspaceBundle.Builder creationTime(Instant creationTime)
The time when the bundle was created.
creationTime - The time when the bundle was created.WorkspaceBundle.Builder state(String state)
The state of the WorkSpace bundle.
state - The state of the WorkSpace bundle.WorkspaceBundleState,
WorkspaceBundleStateWorkspaceBundle.Builder state(WorkspaceBundleState state)
The state of the WorkSpace bundle.
state - The state of the WorkSpace bundle.WorkspaceBundleState,
WorkspaceBundleStateWorkspaceBundle.Builder bundleType(String bundleType)
The type of WorkSpace bundle.
bundleType - The type of WorkSpace bundle.BundleType,
BundleTypeWorkspaceBundle.Builder bundleType(BundleType bundleType)
The type of WorkSpace bundle.
bundleType - The type of WorkSpace bundle.BundleType,
BundleTypeCopyright © 2023. All rights reserved.