UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.agentArns(String... agentArns) |
The ARNs of the agents that are used to connect to the HDFS cluster.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.agentArns(Collection<String> agentArns) |
The ARNs of the agents that are used to connect to the HDFS cluster.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.authenticationType(String authenticationType) |
The type of authentication used to determine the identity of the user.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.authenticationType(HdfsAuthenticationType authenticationType) |
The type of authentication used to determine the identity of the user.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.blockSize(Integer blockSize) |
The size of the data blocks to write into the HDFS cluster.
|
static UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.builder() |
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.kerberosKeytab(SdkBytes kerberosKeytab) |
The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the
encrypted keys.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.kerberosKrb5Conf(SdkBytes kerberosKrb5Conf) |
The krb5.conf file that contains the Kerberos configuration information.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.kerberosPrincipal(String kerberosPrincipal) |
The Kerberos principal with access to the files and folders on the HDFS cluster.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.kmsKeyProviderUri(String kmsKeyProviderUri) |
The URI of the HDFS cluster's Key Management Server (KMS).
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.locationArn(String locationArn) |
The Amazon Resource Name (ARN) of the source HDFS cluster location.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.nameNodes(Collection<HdfsNameNode> nameNodes) |
The NameNode that manages the HDFS namespace.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.nameNodes(Consumer<HdfsNameNode.Builder>... nameNodes) |
The NameNode that manages the HDFS namespace.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.nameNodes(HdfsNameNode... nameNodes) |
The NameNode that manages the HDFS namespace.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.qopConfiguration(Consumer<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.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.qopConfiguration(QopConfiguration 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.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.replicationFactor(Integer replicationFactor) |
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.simpleUser(String simpleUser) |
The user name used to identify the client on the host operating system.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.subdirectory(String subdirectory) |
A subdirectory in the HDFS cluster.
|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.toBuilder() |
|