Interface DirectorySizeUpdateSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DirectorySizeUpdateSettings.Builder,
,DirectorySizeUpdateSettings> SdkBuilder<DirectorySizeUpdateSettings.Builder,
,DirectorySizeUpdateSettings> SdkPojo
- Enclosing class:
DirectorySizeUpdateSettings
@Mutable
@NotThreadSafe
public static interface DirectorySizeUpdateSettings.Builder
extends SdkPojo, CopyableBuilder<DirectorySizeUpdateSettings.Builder,DirectorySizeUpdateSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondirectorySize
(String directorySize) The target directory size for the update operation.directorySize
(DirectorySize directorySize) The target directory size for the update operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
directorySize
The target directory size for the update operation.
- Parameters:
directorySize
- The target directory size for the update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
directorySize
The target directory size for the update operation.
- Parameters:
directorySize
- The target directory size for the update operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-