Uses of Interface
software.amazon.awssdk.services.workspaces.model.RootStorage.Builder
-
Packages that use RootStorage.Builder Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of RootStorage.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return RootStorage.Builder Modifier and Type Method Description static RootStorage.BuilderRootStorage. builder()RootStorage.BuilderRootStorage.Builder. capacity(String capacity)The size of the root volume.RootStorage.BuilderRootStorage. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type RootStorage.Builder Modifier and Type Method Description static Class<? extends RootStorage.Builder>RootStorage. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type RootStorage.Builder Modifier and Type Method Description default CreateWorkspaceBundleRequest.BuilderCreateWorkspaceBundleRequest.Builder. rootStorage(Consumer<RootStorage.Builder> rootStorage)Sets the value of the RootStorage property for this object.default WorkspaceBundle.BuilderWorkspaceBundle.Builder. rootStorage(Consumer<RootStorage.Builder> rootStorage)The size of the root volume.
-