Interface QuickSetupTypeOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QuickSetupTypeOutput.Builder,QuickSetupTypeOutput>,SdkBuilder<QuickSetupTypeOutput.Builder,QuickSetupTypeOutput>,SdkPojo
- Enclosing class:
- QuickSetupTypeOutput
public static interface QuickSetupTypeOutput.Builder extends SdkPojo, CopyableBuilder<QuickSetupTypeOutput.Builder,QuickSetupTypeOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuickSetupTypeOutput.BuilderlatestVersion(String latestVersion)The latest version number of the configuration.QuickSetupTypeOutput.Buildertype(String type)The type of the Quick Setup configuration.-
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 Detail
-
latestVersion
QuickSetupTypeOutput.Builder latestVersion(String latestVersion)
The latest version number of the configuration.
- Parameters:
latestVersion- The latest version number of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
QuickSetupTypeOutput.Builder type(String type)
The type of the Quick Setup configuration.
- Parameters:
type- The type of the Quick Setup configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-