Struct aws_sdk_datasync::model::qop_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for QopConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn rpc_protection(self, input: HdfsRpcProtection) -> Self
pub fn rpc_protection(self, input: HdfsRpcProtection) -> Self
The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection
setting in your core-site.xml
file on your Hadoop cluster.
sourcepub fn set_rpc_protection(self, input: Option<HdfsRpcProtection>) -> Self
pub fn set_rpc_protection(self, input: Option<HdfsRpcProtection>) -> Self
The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection
setting in your core-site.xml
file on your Hadoop cluster.
sourcepub fn data_transfer_protection(self, input: HdfsDataTransferProtection) -> Self
pub fn data_transfer_protection(self, input: HdfsDataTransferProtection) -> Self
The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection
setting in the hdfs-site.xml
file on your Hadoop cluster.
sourcepub fn set_data_transfer_protection(
self,
input: Option<HdfsDataTransferProtection>
) -> Self
pub fn set_data_transfer_protection(
self,
input: Option<HdfsDataTransferProtection>
) -> Self
The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection
setting in the hdfs-site.xml
file on your Hadoop cluster.
sourcepub fn build(self) -> QopConfiguration
pub fn build(self) -> QopConfiguration
Consumes the builder and constructs a QopConfiguration
.