Class QopConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.QopConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QopConfiguration.Builder,QopConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class QopConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QopConfiguration.Builder,QopConfiguration>
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQopConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QopConfiguration.Builderbuilder()HdfsDataTransferProtectiondataTransferProtection()The data transfer protection setting configured on the HDFS cluster.StringdataTransferProtectionAsString()The data transfer protection setting configured on the HDFS cluster.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HdfsRpcProtectionrpcProtection()The RPC protection setting configured on the HDFS cluster.StringrpcProtectionAsString()The RPC protection setting configured on the HDFS cluster.List<SdkField<?>>sdkFields()static Class<? extends QopConfiguration.Builder>serializableBuilderClass()QopConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
rpcProtection
public final HdfsRpcProtection rpcProtection()
The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protectionsetting in yourcore-site.xmlfile on your Hadoop cluster.If the service returns an enum value that is not available in the current SDK version,
rpcProtectionwill returnHdfsRpcProtection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrpcProtectionAsString().- Returns:
- The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protectionsetting in yourcore-site.xmlfile on your Hadoop cluster. - See Also:
HdfsRpcProtection
-
rpcProtectionAsString
public final String rpcProtectionAsString()
The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protectionsetting in yourcore-site.xmlfile on your Hadoop cluster.If the service returns an enum value that is not available in the current SDK version,
rpcProtectionwill returnHdfsRpcProtection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrpcProtectionAsString().- Returns:
- The RPC protection setting configured on the HDFS cluster. This setting corresponds to your
hadoop.rpc.protectionsetting in yourcore-site.xmlfile on your Hadoop cluster. - See Also:
HdfsRpcProtection
-
dataTransferProtection
public final HdfsDataTransferProtection dataTransferProtection()
The 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.If the service returns an enum value that is not available in the current SDK version,
dataTransferProtectionwill returnHdfsDataTransferProtection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataTransferProtectionAsString().- Returns:
- The 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. - See Also:
HdfsDataTransferProtection
-
dataTransferProtectionAsString
public final String dataTransferProtectionAsString()
The 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.If the service returns an enum value that is not available in the current SDK version,
dataTransferProtectionwill returnHdfsDataTransferProtection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdataTransferProtectionAsString().- Returns:
- The 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. - See Also:
HdfsDataTransferProtection
-
toBuilder
public QopConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QopConfiguration.Builder,QopConfiguration>
-
builder
public static QopConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends QopConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-