| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static RootStorage.Builder |
RootStorage.builder() |
RootStorage.Builder |
RootStorage.Builder.capacity(String capacity)
The size of the root volume.
|
RootStorage.Builder |
RootStorage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RootStorage.Builder> |
RootStorage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.rootStorage(Consumer<RootStorage.Builder> rootStorage)
Sets the value of the RootStorage property for this object.
|
default WorkspaceBundle.Builder |
WorkspaceBundle.Builder.rootStorage(Consumer<RootStorage.Builder> rootStorage)
The size of the root volume.
|
Copyright © 2023. All rights reserved.