Interface UpdateLocationHdfsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLocationHdfsRequest.Builder,UpdateLocationHdfsRequest>,DataSyncRequest.Builder,SdkBuilder<UpdateLocationHdfsRequest.Builder,UpdateLocationHdfsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLocationHdfsRequest
public static interface UpdateLocationHdfsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateLocationHdfsRequest.Builder,UpdateLocationHdfsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateLocationHdfsRequest.BuilderagentArns(String... agentArns)The ARNs of the agents that are used to connect to the HDFS cluster.UpdateLocationHdfsRequest.BuilderagentArns(Collection<String> agentArns)The ARNs of the agents that are used to connect to the HDFS cluster.UpdateLocationHdfsRequest.BuilderauthenticationType(String authenticationType)The type of authentication used to determine the identity of the user.UpdateLocationHdfsRequest.BuilderauthenticationType(HdfsAuthenticationType authenticationType)The type of authentication used to determine the identity of the user.UpdateLocationHdfsRequest.BuilderblockSize(Integer blockSize)The size of the data blocks to write into the HDFS cluster.UpdateLocationHdfsRequest.BuilderkerberosKeytab(SdkBytes kerberosKeytab)The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys.UpdateLocationHdfsRequest.BuilderkerberosKrb5Conf(SdkBytes kerberosKrb5Conf)Thekrb5.conffile that contains the Kerberos configuration information.UpdateLocationHdfsRequest.BuilderkerberosPrincipal(String kerberosPrincipal)The Kerberos principal with access to the files and folders on the HDFS cluster.UpdateLocationHdfsRequest.BuilderkmsKeyProviderUri(String kmsKeyProviderUri)The URI of the HDFS cluster's Key Management Server (KMS).UpdateLocationHdfsRequest.BuilderlocationArn(String locationArn)The Amazon Resource Name (ARN) of the source HDFS cluster location.UpdateLocationHdfsRequest.BuildernameNodes(Collection<HdfsNameNode> nameNodes)The NameNode that manages the HDFS namespace.UpdateLocationHdfsRequest.BuildernameNodes(Consumer<HdfsNameNode.Builder>... nameNodes)The NameNode that manages the HDFS namespace.UpdateLocationHdfsRequest.BuildernameNodes(HdfsNameNode... nameNodes)The NameNode that manages the HDFS namespace.UpdateLocationHdfsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLocationHdfsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateLocationHdfsRequest.BuilderqopConfiguration(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.BuilderqopConfiguration(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.BuilderreplicationFactor(Integer replicationFactor)The number of DataNodes to replicate the data to when writing to the HDFS cluster.UpdateLocationHdfsRequest.BuildersimpleUser(String simpleUser)The user name used to identify the client on the host operating system.UpdateLocationHdfsRequest.Buildersubdirectory(String subdirectory)A subdirectory in the HDFS cluster.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
locationArn
UpdateLocationHdfsRequest.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) of the source HDFS cluster location.
- Parameters:
locationArn- The Amazon Resource Name (ARN) of the source HDFS cluster location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subdirectory
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.
- Parameters:
subdirectory- A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameNodes
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameNodes
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameNodes
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 method that creates an instance of theHdfsNameNode.Builderavoiding the need to create one manually viaHdfsNameNode.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#nameNodes(List.) - Parameters:
nameNodes- a consumer that will call methods onHdfsNameNode.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#nameNodes(java.util.Collection)
-
blockSize
UpdateLocationHdfsRequest.Builder blockSize(Integer blockSize)
The size of the data blocks to write into the HDFS cluster.
- Parameters:
blockSize- The size of the data blocks to write into the HDFS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationFactor
UpdateLocationHdfsRequest.Builder replicationFactor(Integer replicationFactor)
The number of DataNodes to replicate the data to when writing to the HDFS cluster.
- Parameters:
replicationFactor- The number of DataNodes to replicate the data to when writing to the HDFS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyProviderUri
UpdateLocationHdfsRequest.Builder kmsKeyProviderUri(String kmsKeyProviderUri)
The URI of the HDFS cluster's Key Management Server (KMS).
- Parameters:
kmsKeyProviderUri- The URI of the HDFS cluster's Key Management Server (KMS).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qopConfiguration
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qopConfiguration
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 method that creates an instance of theQopConfiguration.Builderavoiding the need to create one manually viaQopConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqopConfiguration(QopConfiguration).- Parameters:
qopConfiguration- a consumer that will call methods onQopConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
qopConfiguration(QopConfiguration)
-
authenticationType
UpdateLocationHdfsRequest.Builder authenticationType(String authenticationType)
The type of authentication used to determine the identity of the user.
- Parameters:
authenticationType- The type of authentication used to determine the identity of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HdfsAuthenticationType,HdfsAuthenticationType
-
authenticationType
UpdateLocationHdfsRequest.Builder authenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
- Parameters:
authenticationType- The type of authentication used to determine the identity of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
HdfsAuthenticationType,HdfsAuthenticationType
-
simpleUser
UpdateLocationHdfsRequest.Builder simpleUser(String simpleUser)
The user name used to identify the client on the host operating system.
- Parameters:
simpleUser- The user name used to identify the client on the host operating system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kerberosPrincipal
UpdateLocationHdfsRequest.Builder kerberosPrincipal(String kerberosPrincipal)
The Kerberos principal with access to the files and folders on the HDFS cluster.
- Parameters:
kerberosPrincipal- The Kerberos principal with access to the files and folders on the HDFS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kerberosKeytab
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 CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text.
- Parameters:
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 CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kerberosKrb5Conf
UpdateLocationHdfsRequest.Builder kerberosKrb5Conf(SdkBytes kerberosKrb5Conf)
The
krb5.conffile that contains the Kerberos configuration information. You can load thekrb5.conffile 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.- Parameters:
kerberosKrb5Conf- Thekrb5.conffile that contains the Kerberos configuration information. You can load thekrb5.conffile 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentArns
UpdateLocationHdfsRequest.Builder agentArns(Collection<String> agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
- Parameters:
agentArns- The ARNs of the agents that are used to connect to the HDFS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentArns
UpdateLocationHdfsRequest.Builder agentArns(String... agentArns)
The ARNs of the agents that are used to connect to the HDFS cluster.
- Parameters:
agentArns- The ARNs of the agents that are used to connect to the HDFS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLocationHdfsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLocationHdfsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-