JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.dynamodbv2.model

Class CsvOptions

    • Constructor Detail

      • CsvOptions

        public CsvOptions()
    • Method Detail

      • setDelimiter

        public void setDelimiter(String delimiter)

        The delimiter used for separating items in the CSV file being imported.

        Parameters:
        delimiter - The delimiter used for separating items in the CSV file being imported.
      • getDelimiter

        public String getDelimiter()

        The delimiter used for separating items in the CSV file being imported.

        Returns:
        The delimiter used for separating items in the CSV file being imported.
      • withDelimiter

        public CsvOptions withDelimiter(String delimiter)

        The delimiter used for separating items in the CSV file being imported.

        Parameters:
        delimiter - The delimiter used for separating items in the CSV file being imported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getHeaderList

        public List<String> getHeaderList()

        List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.

        Returns:
        List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.
      • setHeaderList

        public void setHeaderList(Collection<String> headerList)

        List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.

        Parameters:
        headerList - List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.
      • withHeaderList

        public CsvOptions withHeaderList(String... headerList)

        List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.

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

        Parameters:
        headerList - List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withHeaderList

        public CsvOptions withHeaderList(Collection<String> headerList)

        List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.

        Parameters:
        headerList - List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.
        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 によって変換されたページ (->オリジナル) /