Class LocationHdfsArgs.Builder

  • Enclosing class:
    LocationHdfsArgs

    public static final class LocationHdfsArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • agentArns

        public LocationHdfsArgs.Builder agentArns​(com.pulumi.core.Output<java.util.List<java.lang.String>> agentArns)
        Parameters:
        agentArns - A list of DataSync Agent ARNs with which this location will be associated.
        Returns:
        builder
      • agentArns

        public LocationHdfsArgs.Builder agentArns​(java.util.List<java.lang.String> agentArns)
        Parameters:
        agentArns - A list of DataSync Agent ARNs with which this location will be associated.
        Returns:
        builder
      • agentArns

        public LocationHdfsArgs.Builder agentArns​(java.lang.String... agentArns)
        Parameters:
        agentArns - A list of DataSync Agent ARNs with which this location will be associated.
        Returns:
        builder
      • authenticationType

        public LocationHdfsArgs.Builder authenticationType​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> authenticationType)
        Parameters:
        authenticationType - The type of authentication used to determine the identity of the user. Valid values are `SIMPLE` and `KERBEROS`.
        Returns:
        builder
      • authenticationType

        public LocationHdfsArgs.Builder authenticationType​(java.lang.String authenticationType)
        Parameters:
        authenticationType - The type of authentication used to determine the identity of the user. Valid values are `SIMPLE` and `KERBEROS`.
        Returns:
        builder
      • blockSize

        public LocationHdfsArgs.Builder blockSize​(@Nullable
                                                  com.pulumi.core.Output<java.lang.Integer> blockSize)
        Parameters:
        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).
        Returns:
        builder
      • blockSize

        public LocationHdfsArgs.Builder blockSize​(java.lang.Integer blockSize)
        Parameters:
        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).
        Returns:
        builder
      • kerberosKeytab

        public LocationHdfsArgs.Builder kerberosKeytab​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> kerberosKeytab)
        Parameters:
        kerberosKeytab - The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. Use `kerberos_keytab_base64` instead whenever the value is not a valid UTF-8 string. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_keytab_base64`) is required.
        Returns:
        builder
      • kerberosKeytab

        public LocationHdfsArgs.Builder kerberosKeytab​(java.lang.String kerberosKeytab)
        Parameters:
        kerberosKeytab - The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. Use `kerberos_keytab_base64` instead whenever the value is not a valid UTF-8 string. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_keytab_base64`) is required.
        Returns:
        builder
      • kerberosKeytabBase64

        public LocationHdfsArgs.Builder kerberosKeytabBase64​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> kerberosKeytabBase64)
        Parameters:
        kerberosKeytabBase64 - Use instead of `kerberos_keytab` to pass base64-encoded binary data directly. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_keytab`) is required.
        Returns:
        builder
      • kerberosKeytabBase64

        public LocationHdfsArgs.Builder kerberosKeytabBase64​(java.lang.String kerberosKeytabBase64)
        Parameters:
        kerberosKeytabBase64 - Use instead of `kerberos_keytab` to pass base64-encoded binary data directly. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_keytab`) is required.
        Returns:
        builder
      • kerberosKrb5Conf

        public LocationHdfsArgs.Builder kerberosKrb5Conf​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> kerberosKrb5Conf)
        Parameters:
        kerberosKrb5Conf - The krb5.conf file that contains the Kerberos configuration information. Use `kerberos_krb5_conf_base64` instead whenever the value is not a valid UTF-8 string. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_krb5_conf_base64`) is required.
        Returns:
        builder
      • kerberosKrb5Conf

        public LocationHdfsArgs.Builder kerberosKrb5Conf​(java.lang.String kerberosKrb5Conf)
        Parameters:
        kerberosKrb5Conf - The krb5.conf file that contains the Kerberos configuration information. Use `kerberos_krb5_conf_base64` instead whenever the value is not a valid UTF-8 string. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_krb5_conf_base64`) is required.
        Returns:
        builder
      • kerberosKrb5ConfBase64

        public LocationHdfsArgs.Builder kerberosKrb5ConfBase64​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> kerberosKrb5ConfBase64)
        Parameters:
        kerberosKrb5ConfBase64 - Use instead of `kerberos_krb5_conf` to pass base64-encoded binary data directly. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_krb5_conf`) is required.
        Returns:
        builder
      • kerberosKrb5ConfBase64

        public LocationHdfsArgs.Builder kerberosKrb5ConfBase64​(java.lang.String kerberosKrb5ConfBase64)
        Parameters:
        kerberosKrb5ConfBase64 - Use instead of `kerberos_krb5_conf` to pass base64-encoded binary data directly. If `KERBEROS` is specified for `authentication_type`, this parameter (or `kerberos_krb5_conf`) is required.
        Returns:
        builder
      • kerberosPrincipal

        public LocationHdfsArgs.Builder kerberosPrincipal​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> kerberosPrincipal)
        Parameters:
        kerberosPrincipal - The Kerberos principal with access to the files and folders on the HDFS cluster. If `KERBEROS` is specified for `authentication_type`, this parameter is required.
        Returns:
        builder
      • kerberosPrincipal

        public LocationHdfsArgs.Builder kerberosPrincipal​(java.lang.String kerberosPrincipal)
        Parameters:
        kerberosPrincipal - The Kerberos principal with access to the files and folders on the HDFS cluster. If `KERBEROS` is specified for `authentication_type`, this parameter is required.
        Returns:
        builder
      • kmsKeyProviderUri

        public LocationHdfsArgs.Builder kmsKeyProviderUri​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> kmsKeyProviderUri)
        Parameters:
        kmsKeyProviderUri - The URI of the HDFS cluster's Key Management Server (KMS).
        Returns:
        builder
      • kmsKeyProviderUri

        public LocationHdfsArgs.Builder kmsKeyProviderUri​(java.lang.String kmsKeyProviderUri)
        Parameters:
        kmsKeyProviderUri - The URI of the HDFS cluster's Key Management Server (KMS).
        Returns:
        builder
      • nameNodes

        public LocationHdfsArgs.Builder nameNodes​(com.pulumi.core.Output<java.util.List<LocationHdfsNameNodeArgs>> nameNodes)
        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. See configuration below.
        Returns:
        builder
      • nameNodes

        public LocationHdfsArgs.Builder nameNodes​(java.util.List<LocationHdfsNameNodeArgs> nameNodes)
        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. See configuration below.
        Returns:
        builder
      • nameNodes

        public LocationHdfsArgs.Builder nameNodes​(LocationHdfsNameNodeArgs... nameNodes)
        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. See configuration below.
        Returns:
        builder
      • qopConfiguration

        public LocationHdfsArgs.Builder qopConfiguration​(@Nullable
                                                         com.pulumi.core.Output<LocationHdfsQopConfigurationArgs> qopConfiguration)
        Parameters:
        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 `qop_configuration` isn't specified, `rpc_protection` and `data_transfer_protection` default to `PRIVACY`. If you set RpcProtection or DataTransferProtection, the other parameter assumes the same value. See configuration below.
        Returns:
        builder
      • qopConfiguration

        public LocationHdfsArgs.Builder qopConfiguration​(LocationHdfsQopConfigurationArgs qopConfiguration)
        Parameters:
        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 `qop_configuration` isn't specified, `rpc_protection` and `data_transfer_protection` default to `PRIVACY`. If you set RpcProtection or DataTransferProtection, the other parameter assumes the same value. See configuration below.
        Returns:
        builder
      • replicationFactor

        public LocationHdfsArgs.Builder replicationFactor​(@Nullable
                                                          com.pulumi.core.Output<java.lang.Integer> replicationFactor)
        Parameters:
        replicationFactor - The number of DataNodes to replicate the data to when writing to the HDFS cluster. By default, data is replicated to three DataNodes.
        Returns:
        builder
      • replicationFactor

        public LocationHdfsArgs.Builder replicationFactor​(java.lang.Integer replicationFactor)
        Parameters:
        replicationFactor - The number of DataNodes to replicate the data to when writing to the HDFS cluster. By default, data is replicated to three DataNodes.
        Returns:
        builder
      • simpleUser

        public LocationHdfsArgs.Builder simpleUser​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> simpleUser)
        Parameters:
        simpleUser - The user name used to identify the client on the host operating system. If `SIMPLE` is specified for `authentication_type`, this parameter is required.
        Returns:
        builder
      • simpleUser

        public LocationHdfsArgs.Builder simpleUser​(java.lang.String simpleUser)
        Parameters:
        simpleUser - The user name used to identify the client on the host operating system. If `SIMPLE` is specified for `authentication_type`, this parameter is required.
        Returns:
        builder
      • subdirectory

        public LocationHdfsArgs.Builder subdirectory​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> subdirectory)
        Parameters:
        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 /.
        Returns:
        builder
      • subdirectory

        public LocationHdfsArgs.Builder subdirectory​(java.lang.String subdirectory)
        Parameters:
        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 /.
        Returns:
        builder
      • tags

        public LocationHdfsArgs.Builder tags​(@Nullable
                                             com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public LocationHdfsArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder