CopyableBuilder<WorkspaceBundle.Builder,WorkspaceBundle>
, SdkBuilder<WorkspaceBundle.Builder,WorkspaceBundle>
public static interface WorkspaceBundle.Builder extends CopyableBuilder<WorkspaceBundle.Builder,WorkspaceBundle>
Modifier and Type | Method | Description |
---|---|---|
WorkspaceBundle.Builder |
bundleId(String bundleId) |
The bundle identifier.
|
WorkspaceBundle.Builder |
computeType(ComputeType computeType) |
A ComputeType object that specifies the compute type for the bundle.
|
WorkspaceBundle.Builder |
description(String description) |
The bundle description.
|
WorkspaceBundle.Builder |
name(String name) |
The name of the bundle.
|
WorkspaceBundle.Builder |
owner(String owner) |
The owner of the bundle.
|
WorkspaceBundle.Builder |
userStorage(UserStorage userStorage) |
A UserStorage object that specifies the amount of user storage that the bundle contains.
|
copy
apply, build
WorkspaceBundle.Builder bundleId(String bundleId)
The bundle identifier.
bundleId
- The bundle identifier.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 contains the owner's account identifier, or AMAZON
if the bundle
is provided by AWS.
owner
- The owner of the bundle. This contains the owner's account identifier, or AMAZON
if the
bundle is provided by AWS.WorkspaceBundle.Builder description(String description)
The bundle description.
description
- The bundle description.WorkspaceBundle.Builder userStorage(UserStorage userStorage)
A UserStorage object that specifies the amount of user storage that the bundle contains.
userStorage
- A UserStorage object that specifies the amount of user storage that the bundle contains.WorkspaceBundle.Builder computeType(ComputeType computeType)
A ComputeType object that specifies the compute type for the bundle.
computeType
- A ComputeType object that specifies the compute type for the bundle.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.