public static interface CreateLocationHdfsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationHdfsRequest.Builder,CreateLocationHdfsRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
agentArns(String... agentArns)
The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.
|
CreateLocationHdfsRequest.Builder |
authenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
|
CreateLocationHdfsRequest.Builder |
authenticationType(String authenticationType)
The type of authentication used to determine the identity of the user.
|
CreateLocationHdfsRequest.Builder |
blockSize(Integer blockSize)
The size of data blocks to write into the HDFS cluster.
|
CreateLocationHdfsRequest.Builder |
kerberosKeytab(SdkBytes kerberosKeytab)
The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the
encrypted keys.
|
CreateLocationHdfsRequest.Builder |
kerberosKrb5Conf(SdkBytes kerberosKrb5Conf)
The
krb5.conf file that contains the Kerberos configuration information. |
CreateLocationHdfsRequest.Builder |
kerberosPrincipal(String kerberosPrincipal)
The Kerberos principal with access to the files and folders on the HDFS cluster.
|
CreateLocationHdfsRequest.Builder |
kmsKeyProviderUri(String kmsKeyProviderUri)
The URI of the HDFS cluster's Key Management Server (KMS).
|
CreateLocationHdfsRequest.Builder |
nameNodes(Collection<HdfsNameNode> nameNodes)
The NameNode that manages the HDFS namespace.
|
CreateLocationHdfsRequest.Builder |
nameNodes(Consumer<HdfsNameNode.Builder>... nameNodes)
The NameNode that manages the HDFS namespace.
|
CreateLocationHdfsRequest.Builder |
nameNodes(HdfsNameNode... nameNodes)
The NameNode that manages the HDFS namespace.
|
CreateLocationHdfsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationHdfsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default 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 |
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 |
replicationFactor(Integer replicationFactor)
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
|
CreateLocationHdfsRequest.Builder |
simpleUser(String simpleUser)
The user name used to identify the client on the host operating system.
|
CreateLocationHdfsRequest.Builder |
subdirectory(String subdirectory)
A subdirectory in the HDFS cluster.
|
CreateLocationHdfsRequest.Builder |
tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
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 |
tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationHdfsRequest.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. If the subdirectory isn't specified, it will default to /.
subdirectory - A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the
HDFS cluster. If the subdirectory isn't specified, it will default to /.CreateLocationHdfsRequest.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.CreateLocationHdfsRequest.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.CreateLocationHdfsRequest.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 method that creates an instance of theHdfsNameNode.Builder avoiding the need to create one
manually via HdfsNameNode.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #nameNodes(List.
nameNodes - a consumer that will call methods on
HdfsNameNode.Builder#nameNodes(java.util.Collection) CreateLocationHdfsRequest.Builder blockSize(Integer blockSize)
The size of data blocks to write into the HDFS cluster. The block size must be a multiple of 512 bytes. The default block size is 128 mebibytes (MiB).
blockSize - The size of data blocks to write into the HDFS cluster. The block size must be a multiple of 512
bytes. The default block size is 128 mebibytes (MiB).CreateLocationHdfsRequest.Builder replicationFactor(Integer replicationFactor)
The number of DataNodes to replicate the data to when writing to the HDFS cluster. By default, data is replicated to three DataNodes.
replicationFactor - The number of DataNodes to replicate the data to when writing to the HDFS cluster. By default, data is
replicated to three DataNodes.CreateLocationHdfsRequest.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).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. If
QopConfiguration isn't specified, RpcProtection and
DataTransferProtection default to PRIVACY. If you set RpcProtection or
DataTransferProtection, the other parameter assumes the same value.
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. If
QopConfiguration isn't specified, RpcProtection and
DataTransferProtection default to PRIVACY. If you set
RpcProtection or DataTransferProtection, the other parameter assumes the
same value.default 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. If
QopConfiguration isn't specified, RpcProtection and
DataTransferProtection default to PRIVACY. If you set RpcProtection or
DataTransferProtection, the other parameter assumes the same value.
QopConfiguration.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)CreateLocationHdfsRequest.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,
HdfsAuthenticationTypeCreateLocationHdfsRequest.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,
HdfsAuthenticationTypeCreateLocationHdfsRequest.Builder simpleUser(String simpleUser)
The user name used to identify the client on the host operating system.
If SIMPLE is specified for AuthenticationType, this parameter is required.
simpleUser - The user name used to identify the client on the host operating system.
If SIMPLE is specified for AuthenticationType, this parameter is required.
CreateLocationHdfsRequest.Builder kerberosPrincipal(String kerberosPrincipal)
The Kerberos principal with access to the files and folders on the HDFS cluster.
If KERBEROS is specified for AuthenticationType, this parameter is required.
kerberosPrincipal - The Kerberos principal with access to the files and folders on the HDFS cluster.
If KERBEROS is specified for AuthenticationType, this parameter is required.
CreateLocationHdfsRequest.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're using the CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text.
If KERBEROS is specified for AuthenticationType, this parameter is required.
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're using
the CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text.
If KERBEROS is specified for AuthenticationType, this parameter is required.
CreateLocationHdfsRequest.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 CLI, it performs the base64
encoding for you. Otherwise, provide the base64-encoded text.
If KERBEROS is specified for AuthenticationType, this parameter is required.
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 CLI, it performs the
base64 encoding for you. Otherwise, provide the base64-encoded text.
If KERBEROS is specified for AuthenticationType, this parameter is required.
CreateLocationHdfsRequest.Builder agentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.
agentArns - The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.CreateLocationHdfsRequest.Builder agentArns(String... agentArns)
The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.
agentArns - The Amazon Resource Names (ARNs) of the agents that are used to connect to the HDFS cluster.CreateLocationHdfsRequest.Builder tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
tags - The key-value pair that represents the tag that you want to add to the location. The value can be an
empty string. We recommend using tags to name your resources.CreateLocationHdfsRequest.Builder tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
tags - The key-value pair that represents the tag that you want to add to the location. The value can be an
empty string. We recommend using tags to name your resources.CreateLocationHdfsRequest.Builder tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
This is a convenience method that creates an instance of theTagListEntry.Builder avoiding the need to create one
manually via TagListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
TagListEntry.Builder#tags(java.util.Collection) CreateLocationHdfsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLocationHdfsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.