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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QopConfiguration.BuilderdataTransferProtection(String dataTransferProtection)The data transfer protection setting configured on the HDFS cluster.QopConfiguration.BuilderdataTransferProtection(HdfsDataTransferProtection dataTransferProtection)The data transfer protection setting configured on the HDFS cluster.QopConfiguration.BuilderrpcProtection(String rpcProtection)The RPC protection setting configured on the HDFS cluster.QopConfiguration.BuilderrpcProtection(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 Detail
-
rpcProtection
QopConfiguration.Builder rpcProtection(String rpcProtection)
The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protectionsetting in yourcore-site.xmlfile on your Hadoop cluster.- Parameters:
rpcProtection- The RPC protection setting configured on the HDFS cluster. This setting corresponds to yourhadoop.rpc.protectionsetting in yourcore-site.xmlfile on your Hadoop cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HdfsRpcProtection,HdfsRpcProtection
-
rpcProtection
QopConfiguration.Builder rpcProtection(HdfsRpcProtection rpcProtection)
The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protectionsetting in yourcore-site.xmlfile on your Hadoop cluster.- Parameters:
rpcProtection- The RPC protection setting configured on the HDFS cluster. This setting corresponds to yourhadoop.rpc.protectionsetting in yourcore-site.xmlfile on your Hadoop cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HdfsRpcProtection,HdfsRpcProtection
-
dataTransferProtection
QopConfiguration.Builder dataTransferProtection(String dataTransferProtection)
The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your
dfs.data.transfer.protectionsetting in thehdfs-site.xmlfile on your Hadoop cluster.- Parameters:
dataTransferProtection- The data transfer protection setting configured on the HDFS cluster. This setting corresponds to yourdfs.data.transfer.protectionsetting in thehdfs-site.xmlfile on your Hadoop cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HdfsDataTransferProtection,HdfsDataTransferProtection
-
dataTransferProtection
QopConfiguration.Builder dataTransferProtection(HdfsDataTransferProtection dataTransferProtection)
The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your
dfs.data.transfer.protectionsetting in thehdfs-site.xmlfile on your Hadoop cluster.- Parameters:
dataTransferProtection- The data transfer protection setting configured on the HDFS cluster. This setting corresponds to yourdfs.data.transfer.protectionsetting in thehdfs-site.xmlfile on your Hadoop cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HdfsDataTransferProtection,HdfsDataTransferProtection
-
-