static CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.builder() |
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.bundleDescription(String bundleDescription) |
The description of the bundle.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.bundleName(String bundleName) |
The name of the bundle.
|
default CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.computeType(Consumer<ComputeType.Builder> computeType) |
Sets the value of the ComputeType property for this object.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.computeType(ComputeType computeType) |
Sets the value of the ComputeType property for this object.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.imageId(String imageId) |
The identifier of the image that is used to create the bundle.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.rootStorage(Consumer<RootStorage.Builder> rootStorage) |
Sets the value of the RootStorage property for this object.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.rootStorage(RootStorage rootStorage) |
Sets the value of the RootStorage property for this object.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.tags(Collection<Tag> tags) |
The tags associated with the bundle.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags associated with the bundle.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.tags(Tag... tags) |
The tags associated with the bundle.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.toBuilder() |
|
default CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.userStorage(Consumer<UserStorage.Builder> userStorage) |
Sets the value of the UserStorage property for this object.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.userStorage(UserStorage userStorage) |
Sets the value of the UserStorage property for this object.
|