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 Details

    • rpcProtection

      QopConfiguration.Builder rpcProtection(String rpcProtection)

      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.

      Parameters:
      rpcProtection - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • rpcProtection

      QopConfiguration.Builder rpcProtection(HdfsRpcProtection rpcProtection)

      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.

      Parameters:
      rpcProtection - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataTransferProtection

      QopConfiguration.Builder dataTransferProtection(String 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataTransferProtection

      QopConfiguration.Builder dataTransferProtection(HdfsDataTransferProtection 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: