Interface WindowsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WindowsConfiguration.Builder,,WindowsConfiguration> SdkBuilder<WindowsConfiguration.Builder,,WindowsConfiguration> SdkPojo
- Enclosing class:
WindowsConfiguration
@Mutable
@NotThreadSafe
public static interface WindowsConfiguration.Builder
extends SdkPojo, CopyableBuilder<WindowsConfiguration.Builder,WindowsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionimageIndex(Long imageIndex) The 1-based index that specifies which Windows edition to install from a multi-edition Windows ISO file.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, sdkFieldNameToField, sdkFields
-
Method Details
-
imageIndex
The 1-based index that specifies which Windows edition to install from a multi-edition Windows ISO file. A Windows ISO can contain a
.wimfile with multiple image indexes, each representing a different edition.- Parameters:
imageIndex- The 1-based index that specifies which Windows edition to install from a multi-edition Windows ISO file. A Windows ISO can contain a.wimfile with multiple image indexes, each representing a different edition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-