Class HdfsLocationArgs.Builder

  • Enclosing class:
    HdfsLocationArgs

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

      • Builder

        public Builder()
    • Method Detail

      • fileName

        public HdfsLocationArgs.Builder fileName​(@Nullable
                                                 com.pulumi.core.Output<java.lang.Object> fileName)
        Parameters:
        fileName - Specify the file name of dataset. Type: string (or Expression with resultType string).
        Returns:
        builder
      • fileName

        public HdfsLocationArgs.Builder fileName​(java.lang.Object fileName)
        Parameters:
        fileName - Specify the file name of dataset. Type: string (or Expression with resultType string).
        Returns:
        builder
      • folderPath

        public HdfsLocationArgs.Builder folderPath​(@Nullable
                                                   com.pulumi.core.Output<java.lang.Object> folderPath)
        Parameters:
        folderPath - Specify the folder path of dataset. Type: string (or Expression with resultType string)
        Returns:
        builder
      • folderPath

        public HdfsLocationArgs.Builder folderPath​(java.lang.Object folderPath)
        Parameters:
        folderPath - Specify the folder path of dataset. Type: string (or Expression with resultType string)
        Returns:
        builder
      • type

        public HdfsLocationArgs.Builder type​(com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - Type of dataset storage location. Expected value is 'HdfsLocation'.
        Returns:
        builder
      • type

        public HdfsLocationArgs.Builder type​(java.lang.String type)
        Parameters:
        type - Type of dataset storage location. Expected value is 'HdfsLocation'.
        Returns:
        builder