public static interface DescribeLocationFsxOpenZfsResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationFsxOpenZfsResponse.Builder,DescribeLocationFsxOpenZfsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationFsxOpenZfsResponse.Builder |
creationTime(Instant creationTime)
The time that the FSx for OpenZFS location was created.
|
DescribeLocationFsxOpenZfsResponse.Builder |
locationArn(String locationArn)
The ARN of the FSx for OpenZFS location that was described.
|
DescribeLocationFsxOpenZfsResponse.Builder |
locationUri(String locationUri)
The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
|
default DescribeLocationFsxOpenZfsResponse.Builder |
protocol(Consumer<FsxProtocol.Builder> protocol)
The type of protocol that DataSync uses to access your file system.
|
DescribeLocationFsxOpenZfsResponse.Builder |
protocol(FsxProtocol protocol)
The type of protocol that DataSync uses to access your file system.
|
DescribeLocationFsxOpenZfsResponse.Builder |
securityGroupArns(Collection<String> securityGroupArns)
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
|
DescribeLocationFsxOpenZfsResponse.Builder |
securityGroupArns(String... securityGroupArns)
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocationFsxOpenZfsResponse.Builder locationArn(String locationArn)
The ARN of the FSx for OpenZFS location that was described.
locationArn - The ARN of the FSx for OpenZFS location that was described.DescribeLocationFsxOpenZfsResponse.Builder locationUri(String locationUri)
The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder
locationUri - The uniform resource identifier (URI) of the FSx for OpenZFS location that was described.
Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder
DescribeLocationFsxOpenZfsResponse.Builder securityGroupArns(Collection<String> securityGroupArns)
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
securityGroupArns - The ARNs of the security groups that are configured for the FSx for OpenZFS file system.DescribeLocationFsxOpenZfsResponse.Builder securityGroupArns(String... securityGroupArns)
The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
securityGroupArns - The ARNs of the security groups that are configured for the FSx for OpenZFS file system.DescribeLocationFsxOpenZfsResponse.Builder protocol(FsxProtocol protocol)
The type of protocol that DataSync uses to access your file system.
protocol - The type of protocol that DataSync uses to access your file system.default DescribeLocationFsxOpenZfsResponse.Builder protocol(Consumer<FsxProtocol.Builder> protocol)
The type of protocol that DataSync uses to access your file system.
This is a convenience method that creates an instance of theFsxProtocol.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)DescribeLocationFsxOpenZfsResponse.Builder creationTime(Instant creationTime)
The time that the FSx for OpenZFS location was created.
creationTime - The time that the FSx for OpenZFS location was created.Copyright © 2022. All rights reserved.