public static final class CfnLocationHDFS.QopConfigurationProperty.Builder
extends java.lang.Object
CfnLocationHDFS.QopConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnLocationHDFS.QopConfigurationProperty |
build()
Builds the configured instance.
|
CfnLocationHDFS.QopConfigurationProperty.Builder |
dataTransferProtection(java.lang.String dataTransferProtection)
Sets the value of
CfnLocationHDFS.QopConfigurationProperty.getDataTransferProtection() |
CfnLocationHDFS.QopConfigurationProperty.Builder |
rpcProtection(java.lang.String rpcProtection)
Sets the value of
CfnLocationHDFS.QopConfigurationProperty.getRpcProtection() |
public CfnLocationHDFS.QopConfigurationProperty.Builder dataTransferProtection(java.lang.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
public CfnLocationHDFS.QopConfigurationProperty.Builder rpcProtection(java.lang.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
public CfnLocationHDFS.QopConfigurationProperty build()
CfnLocationHDFS.QopConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided