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
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-