@Stability(value=Stable)
public static interface CfnLocationHDFS.QopConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnLocationHDFS.QopConfigurationProperty.DataTransferProtection`.
|
default String |
getRpcProtection()
`CfnLocationHDFS.QopConfigurationProperty.RpcProtection`.
|
@Stability(value=Stable) @Nullable default String getDataTransferProtection()
@Stability(value=Stable) @Nullable default String getRpcProtection()
@Stability(value=Stable) static CfnLocationHDFS.QopConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.