public static interface CreateLocationFsxOntapRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationFsxOntapRequest.Builder,CreateLocationFsxOntapRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLocationFsxOntapRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationFsxOntapRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateLocationFsxOntapRequest.Builder |
protocol(Consumer<FsxProtocol.Builder> protocol)
Sets the value of the Protocol property for this object.
|
CreateLocationFsxOntapRequest.Builder |
protocol(FsxProtocol protocol)
Sets the value of the Protocol property for this object.
|
CreateLocationFsxOntapRequest.Builder |
securityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxOntapRequest.Builder |
securityGroupArns(String... securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxOntapRequest.Builder |
storageVirtualMachineArn(String storageVirtualMachineArn)
Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or
from.
|
CreateLocationFsxOntapRequest.Builder |
subdirectory(String subdirectory)
Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or
from (for example,
/vol1). |
CreateLocationFsxOntapRequest.Builder |
tags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxOntapRequest.Builder |
tags(Consumer<TagListEntry.Builder>... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxOntapRequest.Builder |
tags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationFsxOntapRequest.Builder protocol(FsxProtocol protocol)
protocol - The new value for the Protocol property for this object.default CreateLocationFsxOntapRequest.Builder protocol(Consumer<FsxProtocol.Builder> protocol)
FsxProtocol.Builder avoiding the need to
create one manually via FsxProtocol.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to protocol(FsxProtocol).
protocol - a consumer that will call methods on FsxProtocol.Builderprotocol(FsxProtocol)CreateLocationFsxOntapRequest.Builder securityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
securityGroupArns - Specifies the Amazon EC2 security groups that provide access to your file system's preferred
subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
CreateLocationFsxOntapRequest.Builder securityGroupArns(String... securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
securityGroupArns - Specifies the Amazon EC2 security groups that provide access to your file system's preferred
subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
Network File System (NFS): TCP ports 111, 635, and 2049
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
CreateLocationFsxOntapRequest.Builder storageVirtualMachineArn(String storageVirtualMachineArn)
Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.
storageVirtualMachineArn - Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data
to or from.CreateLocationFsxOntapRequest.Builder subdirectory(String subdirectory)
Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or
from (for example, /vol1).
Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
subdirectory - Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data
to or from (for example, /vol1). Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
CreateLocationFsxOntapRequest.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.CreateLocationFsxOntapRequest.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.CreateLocationFsxOntapRequest.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) CreateLocationFsxOntapRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLocationFsxOntapRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.