Interface OptionVersion.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OptionVersion.Builder,,OptionVersion> SdkBuilder<OptionVersion.Builder,,OptionVersion> SdkPojo
- Enclosing class:
 OptionVersion
public static interface OptionVersion.Builder
extends SdkPojo, CopyableBuilder<OptionVersion.Builder,OptionVersion> 
- 
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the version is the default version of the option.The version of the option.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
- 
version
The version of the option.
- Parameters:
 version- The version of the option.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
isDefault
Indicates whether the version is the default version of the option.
- Parameters:
 isDefault- Indicates whether the version is the default version of the option.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -