| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
static PersistentStorageConfiguration.Builder |
PersistentStorageConfiguration.builder() |
PersistentStorageConfiguration.Builder |
PersistentStorageConfiguration.Builder.sizeInGiB(Integer sizeInGiB)
The size of the persistent storage in gigabytes (specifically GiB).
|
PersistentStorageConfiguration.Builder |
PersistentStorageConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PersistentStorageConfiguration.Builder> |
PersistentStorageConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDevEnvironmentRequest.Builder |
CreateDevEnvironmentRequest.Builder.persistentStorage(Consumer<PersistentStorageConfiguration.Builder> persistentStorage)
Information about the amount of storage allocated to the Dev Environment.
|
Copyright © 2022. All rights reserved.