Interface PlatformCommand.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PlatformCommand.Builder,PlatformCommand>,SdkBuilder<PlatformCommand.Builder,PlatformCommand>,SdkPojo
- Enclosing class:
- PlatformCommand
public static interface PlatformCommand.Builder extends SdkPojo, CopyableBuilder<PlatformCommand.Builder,PlatformCommand>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlatformCommand.Builderlinux(String linux)Command for Linux.PlatformCommand.Builderwindows(String windows)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, sdkFields
-
-
-
-
Method Detail
-
linux
PlatformCommand.Builder linux(String 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
PlatformCommand.Builder windows(String windows)
Command for Windows.
- Parameters:
windows- Command for Windows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-