@Stability(value=Stable)
public static interface CfnLocationHDFS.NameNodeProperty
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.*;
NameNodeProperty nameNodeProperty = NameNodeProperty.builder()
.hostname("hostname")
.port(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationHDFS.NameNodeProperty.Builder
A builder for
CfnLocationHDFS.NameNodeProperty |
static class |
CfnLocationHDFS.NameNodeProperty.Jsii$Proxy
An implementation for
CfnLocationHDFS.NameNodeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationHDFS.NameNodeProperty.Builder |
builder() |
String |
getHostname()
`CfnLocationHDFS.NameNodeProperty.Hostname`.
|
Number |
getPort()
`CfnLocationHDFS.NameNodeProperty.Port`.
|
@Stability(value=Stable) @NotNull String getHostname()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) static CfnLocationHDFS.NameNodeProperty.Builder builder()
Copyright © 2021. All rights reserved.