@Generated(value="software.amazon.awssdk:codegen") public final class RootStorage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RootStorage.Builder,RootStorage>
Describes the root volume for a WorkSpace bundle.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
RootStorage.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static RootStorage.Builder | 
builder()  | 
String | 
capacity()
 The size of the root volume. 
 | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends RootStorage.Builder> | 
serializableBuilderClass()  | 
RootStorage.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String capacity()
The size of the root volume.
public RootStorage.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RootStorage.Builder,RootStorage>public static RootStorage.Builder builder()
public static Class<? extends RootStorage.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.