@Stability(value=Stable) public static final class CfnLocationHDFS.QopConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLocationHDFS.QopConfigurationProperty>
CfnLocationHDFS.QopConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLocationHDFS.QopConfigurationProperty |
build()
Builds the configured instance.
|
CfnLocationHDFS.QopConfigurationProperty.Builder |
dataTransferProtection(String dataTransferProtection)
Sets the value of
CfnLocationHDFS.QopConfigurationProperty.getDataTransferProtection() |
CfnLocationHDFS.QopConfigurationProperty.Builder |
rpcProtection(String rpcProtection)
Sets the value of
CfnLocationHDFS.QopConfigurationProperty.getRpcProtection() |
@Stability(value=Stable) public CfnLocationHDFS.QopConfigurationProperty.Builder dataTransferProtection(String dataTransferProtection)
CfnLocationHDFS.QopConfigurationProperty.getDataTransferProtection()dataTransferProtection - 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.this@Stability(value=Stable) public CfnLocationHDFS.QopConfigurationProperty.Builder rpcProtection(String rpcProtection)
CfnLocationHDFS.QopConfigurationProperty.getRpcProtection()rpcProtection - The Remote Procedure Call (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.this@Stability(value=Stable) public CfnLocationHDFS.QopConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnLocationHDFS.QopConfigurationProperty>CfnLocationHDFS.QopConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.