@Stability(value=Stable)
public static interface CfnLocationHDFS.QopConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datasync.*;
QopConfigurationProperty qopConfigurationProperty = QopConfigurationProperty.builder()
.dataTransferProtection("dataTransferProtection")
.rpcProtection("rpcProtection")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationHDFS.QopConfigurationProperty.Builder
A builder for
CfnLocationHDFS.QopConfigurationProperty |
static class |
CfnLocationHDFS.QopConfigurationProperty.Jsii$Proxy
An implementation for
CfnLocationHDFS.QopConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationHDFS.QopConfigurationProperty.Builder |
builder() |
default String |
getDataTransferProtection()
The data transfer protection setting configured on the HDFS cluster.
|
default String |
getRpcProtection()
The Remote Procedure Call (RPC) protection setting configured on the HDFS cluster.
|
@Stability(value=Stable) @Nullable default String getDataTransferProtection()
This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster.
@Stability(value=Stable) @Nullable default String getRpcProtection()
This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster.
@Stability(value=Stable) static CfnLocationHDFS.QopConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.