public static interface UpdateLocationHdfsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateLocationHdfsRequest.Builder,UpdateLocationHdfsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationHdfsRequest.Builder |
agentArns(Collection<String> agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
|
UpdateLocationHdfsRequest.Builder |
agentArns(String... agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
|
UpdateLocationHdfsRequest.Builder |
authenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
|
UpdateLocationHdfsRequest.Builder |
authenticationType(String authenticationType)
The type of authentication used to determine the identity of the user.
|
UpdateLocationHdfsRequest.Builder |
blockSize(Integer blockSize)
The size of the data blocks to write into the HDFS cluster.
|
UpdateLocationHdfsRequest.Builder |
kerberosKeytab(SdkBytes kerberosKeytab)
The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the
encrypted keys.
|
UpdateLocationHdfsRequest.Builder |
kerberosKrb5Conf(SdkBytes kerberosKrb5Conf)
The
krb5.conf file that contains the Kerberos configuration information. |
UpdateLocationHdfsRequest.Builder |
kerberosPrincipal(String kerberosPrincipal)
The Kerberos principal with access to the files and folders on the HDFS cluster.
|
UpdateLocationHdfsRequest.Builder |
kmsKeyProviderUri(String kmsKeyProviderUri)
The URI of the HDFS cluster's Key Management Server (KMS).
|
UpdateLocationHdfsRequest.Builder |
locationArn(String locationArn)
The Amazon Resource Name (ARN) of the source HDFS cluster location.
|
UpdateLocationHdfsRequest.Builder |
nameNodes(Collection<HdfsNameNode> nameNodes)
The NameNode that manages the HDFS namespace.
|
UpdateLocationHdfsRequest.Builder |
nameNodes(Consumer<HdfsNameNode.Builder>... nameNodes)
The NameNode that manages the HDFS namespace.
|
UpdateLocationHdfsRequest.Builder |
nameNodes(HdfsNameNode... nameNodes)
The NameNode that manages the HDFS namespace.
|
UpdateLocationHdfsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLocationHdfsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default 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 |
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 |
replicationFactor(Integer replicationFactor)
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
|
UpdateLocationHdfsRequest.Builder |
simpleUser(String simpleUser)
The user name used to identify the client on the host operating system.
|
UpdateLocationHdfsRequest.Builder |
subdirectory(String subdirectory)
A subdirectory in the HDFS cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLocationHdfsRequest.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) of the source HDFS cluster location.
locationArn - The Amazon Resource Name (ARN) of the source HDFS cluster location.UpdateLocationHdfsRequest.Builder subdirectory(String subdirectory)
A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster.
subdirectory - A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the
HDFS cluster.UpdateLocationHdfsRequest.Builder nameNodes(Collection<HdfsNameNode> nameNodes)
The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode.
nameNodes - The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening,
closing, and renaming files and directories. The NameNode contains the information to map blocks of
data to the DataNodes. You can use only one NameNode.UpdateLocationHdfsRequest.Builder nameNodes(HdfsNameNode... nameNodes)
The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode.
nameNodes - The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening,
closing, and renaming files and directories. The NameNode contains the information to map blocks of
data to the DataNodes. You can use only one NameNode.UpdateLocationHdfsRequest.Builder nameNodes(Consumer<HdfsNameNode.Builder>... nameNodes)
The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #nameNodes(List) .nameNodes - a consumer that will call methods on List.Builder #nameNodes(List) UpdateLocationHdfsRequest.Builder blockSize(Integer blockSize)
The size of the data blocks to write into the HDFS cluster.
blockSize - The size of the data blocks to write into the HDFS cluster.UpdateLocationHdfsRequest.Builder replicationFactor(Integer replicationFactor)
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
replicationFactor - The number of DataNodes to replicate the data to when writing to the HDFS cluster.UpdateLocationHdfsRequest.Builder kmsKeyProviderUri(String kmsKeyProviderUri)
The URI of the HDFS cluster's Key Management Server (KMS).
kmsKeyProviderUri - The URI of the HDFS cluster's Key Management Server (KMS).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.
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.default 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.
This is a convenience that creates an instance of theQopConfiguration.Builder avoiding the need to
create one manually via QopConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to qopConfiguration(QopConfiguration).qopConfiguration - a consumer that will call methods on QopConfiguration.BuilderqopConfiguration(QopConfiguration)UpdateLocationHdfsRequest.Builder authenticationType(String authenticationType)
The type of authentication used to determine the identity of the user.
authenticationType - The type of authentication used to determine the identity of the user.HdfsAuthenticationType,
HdfsAuthenticationTypeUpdateLocationHdfsRequest.Builder authenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
authenticationType - The type of authentication used to determine the identity of the user.HdfsAuthenticationType,
HdfsAuthenticationTypeUpdateLocationHdfsRequest.Builder simpleUser(String simpleUser)
The user name used to identify the client on the host operating system.
simpleUser - The user name used to identify the client on the host operating system.UpdateLocationHdfsRequest.Builder kerberosPrincipal(String kerberosPrincipal)
The Kerberos principal with access to the files and folders on the HDFS cluster.
kerberosPrincipal - The Kerberos principal with access to the files and folders on the HDFS cluster.UpdateLocationHdfsRequest.Builder kerberosKeytab(SdkBytes kerberosKeytab)
The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. You can load the keytab from a file by providing the file's address. If you use the AWS CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text.
kerberosKeytab - The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the
encrypted keys. You can load the keytab from a file by providing the file's address. If you use the
AWS CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text.UpdateLocationHdfsRequest.Builder kerberosKrb5Conf(SdkBytes kerberosKrb5Conf)
The krb5.conf file that contains the Kerberos configuration information. You can load the
krb5.conf file by providing the file's address. If you're using the AWS CLI, it performs the
base64 encoding for you. Otherwise, provide the base64-encoded text.
kerberosKrb5Conf - The krb5.conf file that contains the Kerberos configuration information. You can load the
krb5.conf file by providing the file's address. If you're using the AWS CLI, it performs
the base64 encoding for you. Otherwise, provide the base64-encoded text.UpdateLocationHdfsRequest.Builder agentArns(Collection<String> agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
agentArns - The ARNs of the agents that are used to connect to the HDFS cluster.UpdateLocationHdfsRequest.Builder agentArns(String... agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
agentArns - The ARNs of the agents that are used to connect to the HDFS cluster.UpdateLocationHdfsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLocationHdfsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.