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.
Beginning December 7, 2023, we will discontinue version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, replace those agents before then to avoid data transfer or storage discovery disruptions. If you need more help, contact Amazon Web Services Support.
- Parameters:
version- The version of the DataSync agent.Beginning December 7, 2023, we will discontinue version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, replace those agents before then to avoid data transfer or storage discovery disruptions. If you need more help, contact Amazon Web Services Support.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-