Interface QopConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QopConfiguration.Builder,
,QopConfiguration> SdkBuilder<QopConfiguration.Builder,
,QopConfiguration> SdkPojo
- Enclosing class:
QopConfiguration
public static interface QopConfiguration.Builder
extends SdkPojo, CopyableBuilder<QopConfiguration.Builder,QopConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondataTransferProtection
(String dataTransferProtection) The data transfer protection setting configured on the HDFS cluster.dataTransferProtection
(HdfsDataTransferProtection dataTransferProtection) The data transfer protection setting configured on the HDFS cluster.rpcProtection
(String rpcProtection) The RPC protection setting configured on the HDFS cluster.rpcProtection
(HdfsRpcProtection rpcProtection) The RPC protection setting configured on the HDFS cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
rpcProtection
The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protection
setting in yourcore-site.xml
file on your Hadoop cluster.- Parameters:
rpcProtection
- The RPC protection setting configured on the HDFS cluster. This setting corresponds to yourhadoop.rpc.protection
setting in yourcore-site.xml
file on your Hadoop cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rpcProtection
The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protection
setting in yourcore-site.xml
file on your Hadoop cluster.- Parameters:
rpcProtection
- The RPC protection setting configured on the HDFS cluster. This setting corresponds to yourhadoop.rpc.protection
setting in yourcore-site.xml
file on your Hadoop cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataTransferProtection
The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your
dfs.data.transfer.protection
setting in thehdfs-site.xml
file on your Hadoop cluster.- Parameters:
dataTransferProtection
- The data transfer protection setting configured on the HDFS cluster. This setting corresponds to yourdfs.data.transfer.protection
setting in thehdfs-site.xml
file on your Hadoop cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataTransferProtection
The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your
dfs.data.transfer.protection
setting in thehdfs-site.xml
file on your Hadoop cluster.- Parameters:
dataTransferProtection
- The data transfer protection setting configured on the HDFS cluster. This setting corresponds to yourdfs.data.transfer.protection
setting in thehdfs-site.xml
file on your Hadoop cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-