| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateLocationHdfsResponse |
DataSyncClient.createLocationHdfs(Consumer<CreateLocationHdfsRequest.Builder> createLocationHdfsRequest)
Creates an endpoint for a Hadoop Distributed File System (HDFS).
|
default CompletableFuture<CreateLocationHdfsResponse> |
DataSyncAsyncClient.createLocationHdfs(Consumer<CreateLocationHdfsRequest.Builder> createLocationHdfsRequest)
Creates an endpoint for a Hadoop Distributed File System (HDFS).
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.agentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.agentArns(String... agentArns)
The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.authenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.authenticationType(String authenticationType)
The type of authentication used to determine the identity of the user.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.blockSize(Integer blockSize)
The size of data blocks to write into the HDFS cluster.
|
static CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.builder() |
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.kerberosKeytab(SdkBytes kerberosKeytab)
The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the
encrypted keys.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.kerberosKrb5Conf(SdkBytes kerberosKrb5Conf)
The
krb5.conf file that contains the Kerberos configuration information. |
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.kerberosPrincipal(String kerberosPrincipal)
The Kerberos principal with access to the files and folders on the HDFS cluster.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.kmsKeyProviderUri(String kmsKeyProviderUri)
The URI of the HDFS cluster's Key Management Server (KMS).
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.nameNodes(Collection<HdfsNameNode> nameNodes)
The NameNode that manages the HDFS namespace.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.nameNodes(Consumer<HdfsNameNode.Builder>... nameNodes)
The NameNode that manages the HDFS namespace.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.nameNodes(HdfsNameNode... nameNodes)
The NameNode that manages the HDFS namespace.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.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.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.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.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.replicationFactor(Integer replicationFactor)
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.simpleUser(String simpleUser)
The user name used to identify the client on the host operating system.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.subdirectory(String subdirectory)
A subdirectory in the HDFS cluster.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLocationHdfsRequest.Builder> |
CreateLocationHdfsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.