Interface ResizeInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ResizeInfo.Builder,,ResizeInfo> SdkBuilder<ResizeInfo.Builder,,ResizeInfo> SdkPojo
- Enclosing class:
 ResizeInfo
public static interface ResizeInfo.Builder
extends SdkPojo, CopyableBuilder<ResizeInfo.Builder,ResizeInfo> 
- 
Method Summary
Modifier and TypeMethodDescriptionallowCancelResize(Boolean allowCancelResize) A boolean value indicating if the resize operation can be cancelled.resizeType(String resizeType) Returns the valueClassicResize.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
resizeType
Returns the value
ClassicResize.- Parameters:
 resizeType- Returns the valueClassicResize.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
allowCancelResize
A boolean value indicating if the resize operation can be cancelled.
- Parameters:
 allowCancelResize- A boolean value indicating if the resize operation can be cancelled.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -