Interface OnPremConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OnPremConfig.Builder,OnPremConfig>,SdkBuilder<OnPremConfig.Builder,OnPremConfig>,SdkPojo
- Enclosing class:
- OnPremConfig
public static interface OnPremConfig.Builder extends SdkPojo, CopyableBuilder<OnPremConfig.Builder,OnPremConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnPremConfig.BuilderagentArns(String... agentArns)The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.OnPremConfig.BuilderagentArns(Collection<String> agentArns)The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.-
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 Detail
-
agentArns
OnPremConfig.Builder agentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.
You can specify more than one agent. For more information, see Using multiple DataSync agents.
- Parameters:
agentArns- The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.You can specify more than one agent. For more information, see Using multiple DataSync agents.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentArns
OnPremConfig.Builder agentArns(String... agentArns)
The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.
You can specify more than one agent. For more information, see Using multiple DataSync agents.
- Parameters:
agentArns- The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.You can specify more than one agent. For more information, see Using multiple DataSync agents.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-