JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.datasync.model

Class DescribeLocationHdfsResult

    • Constructor Detail

      • DescribeLocationHdfsResult

        public DescribeLocationHdfsResult()
    • Method Detail

      • setLocationArn

        public void setLocationArn(String locationArn)

        The ARN of the HDFS location.

        Parameters:
        locationArn - The ARN of the HDFS location.
      • getLocationArn

        public String getLocationArn()

        The ARN of the HDFS location.

        Returns:
        The ARN of the HDFS location.
      • withLocationArn

        public DescribeLocationHdfsResult withLocationArn(String locationArn)

        The ARN of the HDFS location.

        Parameters:
        locationArn - The ARN of the HDFS location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocationUri

        public void setLocationUri(String locationUri)

        The URI of the HDFS location.

        Parameters:
        locationUri - The URI of the HDFS location.
      • getLocationUri

        public String getLocationUri()

        The URI of the HDFS location.

        Returns:
        The URI of the HDFS location.
      • withLocationUri

        public DescribeLocationHdfsResult withLocationUri(String locationUri)

        The URI of the HDFS location.

        Parameters:
        locationUri - The URI of the HDFS location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getNameNodes

        public List<HdfsNameNode> getNameNodes()

        The NameNode that manages the HDFS namespace.

        Returns:
        The NameNode that manages the HDFS namespace.
      • setNameNodes

        public void setNameNodes(Collection<HdfsNameNode> nameNodes)

        The NameNode that manages the HDFS namespace.

        Parameters:
        nameNodes - The NameNode that manages the HDFS namespace.
      • withNameNodes

        public DescribeLocationHdfsResult withNameNodes(Collection<HdfsNameNode> nameNodes)

        The NameNode that manages the HDFS namespace.

        Parameters:
        nameNodes - The NameNode that manages the HDFS namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBlockSize

        public void setBlockSize(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.
      • getBlockSize

        public Integer getBlockSize()

        The size of the data blocks to write into the HDFS cluster.

        Returns:
        The size of the data blocks to write into the HDFS cluster.
      • withBlockSize

        public DescribeLocationHdfsResult withBlockSize(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.
      • setReplicationFactor

        public void setReplicationFactor(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.
      • getReplicationFactor

        public Integer getReplicationFactor()

        The number of DataNodes to replicate the data to when writing to the HDFS cluster.

        Returns:
        The number of DataNodes to replicate the data to when writing to the HDFS cluster.
      • withReplicationFactor

        public DescribeLocationHdfsResult withReplicationFactor(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.
      • setKmsKeyProviderUri

        public void setKmsKeyProviderUri(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).
      • getKmsKeyProviderUri

        public String getKmsKeyProviderUri()

        The URI of the HDFS cluster's Key Management Server (KMS).

        Returns:
        The URI of the HDFS cluster's Key Management Server (KMS).
      • withKmsKeyProviderUri

        public DescribeLocationHdfsResult withKmsKeyProviderUri(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.
      • setQopConfiguration

        public void setQopConfiguration(QopConfiguration qopConfiguration)

        The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the HDFS cluster.

        Parameters:
        qopConfiguration - The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the HDFS cluster.
      • getQopConfiguration

        public QopConfiguration getQopConfiguration()

        The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the HDFS cluster.

        Returns:
        The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the HDFS cluster.
      • withQopConfiguration

        public DescribeLocationHdfsResult withQopConfiguration(QopConfiguration qopConfiguration)

        The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the HDFS cluster.

        Parameters:
        qopConfiguration - The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the HDFS cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAuthenticationType

        public void setAuthenticationType(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.
        See Also:
        HdfsAuthenticationType
      • getAuthenticationType

        public String getAuthenticationType()

        The type of authentication used to determine the identity of the user.

        Returns:
        The type of authentication used to determine the identity of the user.
        See Also:
        HdfsAuthenticationType
      • withAuthenticationType

        public DescribeLocationHdfsResult withAuthenticationType(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
      • withAuthenticationType

        public DescribeLocationHdfsResult withAuthenticationType(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
      • setSimpleUser

        public void setSimpleUser(String simpleUser)

        The user name to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.

        Parameters:
        simpleUser - The user name to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.
      • getSimpleUser

        public String getSimpleUser()

        The user name to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.

        Returns:
        The user name to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.
      • withSimpleUser

        public DescribeLocationHdfsResult withSimpleUser(String simpleUser)

        The user name to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.

        Parameters:
        simpleUser - The user name to identify the client on the host operating system. This parameter is used if the AuthenticationType is defined as SIMPLE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKerberosPrincipal

        public void setKerberosPrincipal(String kerberosPrincipal)

        The Kerberos principal with access to the files and folders on the HDFS cluster. This parameter is used if the AuthenticationType is defined as KERBEROS.

        Parameters:
        kerberosPrincipal - The Kerberos principal with access to the files and folders on the HDFS cluster. This parameter is used if the AuthenticationType is defined as KERBEROS.
      • getKerberosPrincipal

        public String getKerberosPrincipal()

        The Kerberos principal with access to the files and folders on the HDFS cluster. This parameter is used if the AuthenticationType is defined as KERBEROS.

        Returns:
        The Kerberos principal with access to the files and folders on the HDFS cluster. This parameter is used if the AuthenticationType is defined as KERBEROS.
      • withKerberosPrincipal

        public DescribeLocationHdfsResult withKerberosPrincipal(String kerberosPrincipal)

        The Kerberos principal with access to the files and folders on the HDFS cluster. This parameter is used if the AuthenticationType is defined as KERBEROS.

        Parameters:
        kerberosPrincipal - The Kerberos principal with access to the files and folders on the HDFS cluster. This parameter is used if the AuthenticationType is defined as KERBEROS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAgentArns

        public List<String> getAgentArns()

        The ARNs of the DataSync agents that can connect with your HDFS cluster.

        Returns:
        The ARNs of the DataSync agents that can connect with your HDFS cluster.
      • setAgentArns

        public void setAgentArns(Collection<String> agentArns)

        The ARNs of the DataSync agents that can connect with your HDFS cluster.

        Parameters:
        agentArns - The ARNs of the DataSync agents that can connect with your HDFS cluster.
      • withAgentArns

        public DescribeLocationHdfsResult withAgentArns(String... agentArns)

        The ARNs of the DataSync agents that can connect with your HDFS cluster.

        NOTE: This method appends the values to the existing list (if any). Use setAgentArns(java.util.Collection) or withAgentArns(java.util.Collection) if you want to override the existing values.

        Parameters:
        agentArns - The ARNs of the DataSync agents that can connect with your HDFS cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withAgentArns

        public DescribeLocationHdfsResult withAgentArns(Collection<String> agentArns)

        The ARNs of the DataSync agents that can connect with your HDFS cluster.

        Parameters:
        agentArns - The ARNs of the DataSync agents that can connect with your HDFS cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The time that the HDFS location was created.

        Parameters:
        creationTime - The time that the HDFS location was created.
      • getCreationTime

        public Date getCreationTime()

        The time that the HDFS location was created.

        Returns:
        The time that the HDFS location was created.
      • withCreationTime

        public DescribeLocationHdfsResult withCreationTime(Date creationTime)

        The time that the HDFS location was created.

        Parameters:
        creationTime - The time that the HDFS location was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /