Interface PlatformCommand.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PlatformCommand.Builder,
,PlatformCommand> SdkBuilder<PlatformCommand.Builder,
,PlatformCommand> SdkPojo
- Enclosing class:
PlatformCommand
@Mutable
@NotThreadSafe
public static interface PlatformCommand.Builder
extends SdkPojo, CopyableBuilder<PlatformCommand.Builder,PlatformCommand>
-
Method Summary
Modifier and TypeMethodDescriptionCommand for Linux.Command for Windows.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
-
linux
Command for Linux.
- Parameters:
linux
- Command for Linux.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windows
Command for Windows.
- Parameters:
windows
- Command for Windows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-