Class CfnLocationHDFS.QopConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datasync.CfnLocationHDFS.QopConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationHDFS.QopConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocationHDFS.QopConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnLocationHDFS.QopConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocationHDFS.QopConfigurationProperty
An implementation for
CfnLocationHDFS.QopConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.datasync.CfnLocationHDFS.QopConfigurationProperty
CfnLocationHDFS.QopConfigurationProperty.Builder, CfnLocationHDFS.QopConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocationHDFS.QopConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLocationHDFS.QopConfigurationProperty.Builder.
-
-
Method Details
-
getDataTransferProtection
Description copied from interface:CfnLocationHDFS.QopConfigurationPropertyThe data transfer protection setting configured on the HDFS cluster.This setting corresponds to your
dfs.data.transfer.protectionsetting in thehdfs-site.xmlfile on your Hadoop cluster.Default: - "PRIVACY"
- Specified by:
getDataTransferProtectionin interfaceCfnLocationHDFS.QopConfigurationProperty- See Also:
-
getRpcProtection
Description copied from interface:CfnLocationHDFS.QopConfigurationPropertyThe Remote Procedure Call (RPC) protection setting configured on the HDFS cluster.This setting corresponds to your
hadoop.rpc.protectionsetting in yourcore-site.xmlfile on your Hadoop cluster.Default: - "PRIVACY"
- Specified by:
getRpcProtectionin interfaceCfnLocationHDFS.QopConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-