Interface Platform.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Platform.Builder,Platform>,SdkBuilder<Platform.Builder,Platform>,SdkPojo
- Enclosing class:
- Platform
public static interface Platform.Builder extends SdkPojo, CopyableBuilder<Platform.Builder,Platform>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Platform.Builderversion(String version)The version of the DataSync agent.-
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
-
version
Platform.Builder version(String version)
The version of the DataSync agent.
- Parameters:
version- The version of the DataSync agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-