public static interface CreateLocationNfsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationNfsRequest.Builder,CreateLocationNfsRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateLocationNfsRequest.Builder |
mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
Specifies the options that DataSync can use to mount your NFS file server.
|
CreateLocationNfsRequest.Builder |
mountOptions(NfsMountOptions mountOptions)
Specifies the options that DataSync can use to mount your NFS file server.
|
default 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.
|
CreateLocationNfsRequest.Builder |
onPremConfig(OnPremConfig onPremConfig)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server.
|
CreateLocationNfsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationNfsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLocationNfsRequest.Builder |
serverHostname(String serverHostname)
Specifies the Domain Name System (DNS) name or IP version 4 address of the NFS file server that your DataSync
agent connects to.
|
CreateLocationNfsRequest.Builder |
subdirectory(String subdirectory)
Specifies the export path in your NFS file server that you want DataSync to mount.
|
CreateLocationNfsRequest.Builder |
tags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationNfsRequest.Builder |
tags(Consumer<TagListEntry.Builder>... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationNfsRequest.Builder |
tags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationNfsRequest.Builder subdirectory(String subdirectory)
Specifies the export path in your NFS file server that you want DataSync to mount.
This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
subdirectory - Specifies the export path in your NFS file server that you want DataSync to mount.
This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
CreateLocationNfsRequest.Builder serverHostname(String serverHostname)
Specifies the Domain Name System (DNS) name or IP version 4 address of the NFS file server that your DataSync agent connects to.
serverHostname - Specifies the Domain Name System (DNS) name or IP version 4 address of the NFS file server that your
DataSync agent connects to.CreateLocationNfsRequest.Builder onPremConfig(OnPremConfig onPremConfig)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server.
You can specify more than one agent. For more information, see Using multiple agents for transfers.
onPremConfig - Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file
server.
You can specify more than one agent. For more information, see Using multiple agents for transfers.
default 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.
You can specify more than one agent. For more information, see Using multiple agents for transfers.
This is a convenience method that creates an instance of theOnPremConfig.Builder avoiding the need
to create one manually via OnPremConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to onPremConfig(OnPremConfig).
onPremConfig - a consumer that will call methods on OnPremConfig.BuilderonPremConfig(OnPremConfig)CreateLocationNfsRequest.Builder mountOptions(NfsMountOptions mountOptions)
Specifies the options that DataSync can use to mount your NFS file server.
mountOptions - Specifies the options that DataSync can use to mount your NFS file server.default CreateLocationNfsRequest.Builder mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
Specifies the options that DataSync can use to mount your NFS file server.
This is a convenience method that creates an instance of theNfsMountOptions.Builder avoiding the
need to create one manually via NfsMountOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mountOptions(NfsMountOptions).
mountOptions - a consumer that will call methods on NfsMountOptions.BuildermountOptions(NfsMountOptions)CreateLocationNfsRequest.Builder tags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
tags - Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
We recommend creating at least a name tag for your location.CreateLocationNfsRequest.Builder tags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
tags - Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
We recommend creating at least a name tag for your location.CreateLocationNfsRequest.Builder tags(Consumer<TagListEntry.Builder>... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
This is a convenience method that creates an instance of theTagListEntry.Builder avoiding the need to create one
manually via TagListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
TagListEntry.Builder#tags(java.util.Collection) CreateLocationNfsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLocationNfsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.