| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static QopConfiguration.Builder |
QopConfiguration.builder() |
QopConfiguration.Builder |
QopConfiguration.Builder.dataTransferProtection(HdfsDataTransferProtection dataTransferProtection)
The data transfer protection setting configured on the HDFS cluster.
|
QopConfiguration.Builder |
QopConfiguration.Builder.dataTransferProtection(String dataTransferProtection)
The data transfer protection setting configured on the HDFS cluster.
|
QopConfiguration.Builder |
QopConfiguration.Builder.rpcProtection(HdfsRpcProtection rpcProtection)
The RPC protection setting configured on the HDFS cluster.
|
QopConfiguration.Builder |
QopConfiguration.Builder.rpcProtection(String rpcProtection)
The RPC protection setting configured on the HDFS cluster.
|
QopConfiguration.Builder |
QopConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends QopConfiguration.Builder> |
QopConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.qopConfiguration(Consumer<QopConfiguration.Builder> qopConfiguration)
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer
protection settings configured on the Hadoop Distributed File System (HDFS) cluster.
|
default UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.qopConfiguration(Consumer<QopConfiguration.Builder> qopConfiguration)
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer
privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.
|
default DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.qopConfiguration(Consumer<QopConfiguration.Builder> qopConfiguration)
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer
protection settings configured on the Hadoop Distributed File System (HDFS) cluster.
|
Copyright © 2023. All rights reserved.