| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.agentArns(Collection<String> agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.agentArns(String... agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.authenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.authenticationType(String authenticationType)
The type of authentication used to determine the identity of the user.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.blockSize(Integer blockSize)
The size of the data blocks to write into the HDFS cluster.
|
static DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.builder() |
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.creationTime(Instant creationTime)
The time that the HDFS location was created.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.kerberosPrincipal(String kerberosPrincipal)
The Kerberos principal with access to the files and folders on the HDFS cluster.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.kmsKeyProviderUri(String kmsKeyProviderUri)
The URI of the HDFS cluster's Key Management Server (KMS).
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.locationArn(String locationArn)
The ARN of the HDFS cluster location.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.locationUri(String locationUri)
The URI of the HDFS cluster location.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.nameNodes(Collection<HdfsNameNode> nameNodes)
The NameNode that manage the HDFS namespace.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.nameNodes(Consumer<HdfsNameNode.Builder>... nameNodes)
The NameNode that manage the HDFS namespace.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.nameNodes(HdfsNameNode... nameNodes)
The NameNode that manage the HDFS namespace.
|
default DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.qopConfiguration(Consumer<QopConfiguration.Builder> qopConfiguration)
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer
protection settings configured on the Hadoop Distributed File System (HDFS) cluster.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.qopConfiguration(QopConfiguration qopConfiguration)
The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer
protection settings configured on the Hadoop Distributed File System (HDFS) cluster.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.replicationFactor(Integer replicationFactor)
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.simpleUser(String simpleUser)
The user name used to identify the client on the host operating system.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeLocationHdfsResponse.Builder> |
DescribeLocationHdfsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.