| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
OnPremConfig.Builder |
OnPremConfig.Builder.agentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.
|
OnPremConfig.Builder |
OnPremConfig.Builder.agentArns(String... agentArns)
The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.
|
static OnPremConfig.Builder |
OnPremConfig.builder() |
OnPremConfig.Builder |
OnPremConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OnPremConfig.Builder> |
OnPremConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeLocationNfsResponse.Builder |
DescribeLocationNfsResponse.Builder.onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
default UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
default CreateLocationNfsRequest.Builder |
CreateLocationNfsRequest.Builder.onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server.
|
Copyright © 2023. All rights reserved.