public static interface DescribeLocationFsxOntapResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationFsxOntapResponse.Builder,DescribeLocationFsxOntapResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationFsxOntapResponse.Builder |
creationTime(Instant creationTime)
The time that the location was created.
|
DescribeLocationFsxOntapResponse.Builder |
fsxFilesystemArn(String fsxFilesystemArn)
The ARN of the FSx for ONTAP file system.
|
DescribeLocationFsxOntapResponse.Builder |
locationArn(String locationArn)
The ARN of the FSx for ONTAP file system location.
|
DescribeLocationFsxOntapResponse.Builder |
locationUri(String locationUri)
The uniform resource identifier (URI) of the FSx for ONTAP file system location.
|
default DescribeLocationFsxOntapResponse.Builder |
protocol(Consumer<FsxProtocol.Builder> protocol)
Sets the value of the Protocol property for this object.
|
DescribeLocationFsxOntapResponse.Builder |
protocol(FsxProtocol protocol)
Sets the value of the Protocol property for this object.
|
DescribeLocationFsxOntapResponse.Builder |
securityGroupArns(Collection<String> securityGroupArns)
The security groups that DataSync uses to access your FSx for ONTAP file system.
|
DescribeLocationFsxOntapResponse.Builder |
securityGroupArns(String... securityGroupArns)
The security groups that DataSync uses to access your FSx for ONTAP file system.
|
DescribeLocationFsxOntapResponse.Builder |
storageVirtualMachineArn(String storageVirtualMachineArn)
The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to
or from.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocationFsxOntapResponse.Builder creationTime(Instant creationTime)
The time that the location was created.
creationTime - The time that the location was created.DescribeLocationFsxOntapResponse.Builder locationArn(String locationArn)
The ARN of the FSx for ONTAP file system location.
locationArn - The ARN of the FSx for ONTAP file system location.DescribeLocationFsxOntapResponse.Builder locationUri(String locationUri)
The uniform resource identifier (URI) of the FSx for ONTAP file system location.
locationUri - The uniform resource identifier (URI) of the FSx for ONTAP file system location.DescribeLocationFsxOntapResponse.Builder protocol(FsxProtocol protocol)
protocol - The new value for the Protocol property for this object.default DescribeLocationFsxOntapResponse.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)DescribeLocationFsxOntapResponse.Builder securityGroupArns(Collection<String> securityGroupArns)
The security groups that DataSync uses to access your FSx for ONTAP file system.
securityGroupArns - The security groups that DataSync uses to access your FSx for ONTAP file system.DescribeLocationFsxOntapResponse.Builder securityGroupArns(String... securityGroupArns)
The security groups that DataSync uses to access your FSx for ONTAP file system.
securityGroupArns - The security groups that DataSync uses to access your FSx for ONTAP file system.DescribeLocationFsxOntapResponse.Builder storageVirtualMachineArn(String storageVirtualMachineArn)
The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to or from.
storageVirtualMachineArn - The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying
data to or from.DescribeLocationFsxOntapResponse.Builder fsxFilesystemArn(String fsxFilesystemArn)
The ARN of the FSx for ONTAP file system.
fsxFilesystemArn - The ARN of the FSx for ONTAP file system.Copyright © 2022. All rights reserved.