Class CreatePartitionRequest

    • Method Detail

      • catalogId

        public final String catalogId()

        The Amazon Web Services account ID of the catalog in which the partition is to be created.

        Returns:
        The Amazon Web Services account ID of the catalog in which the partition is to be created.
      • databaseName

        public final String databaseName()

        The name of the metadata database in which the partition is to be created.

        Returns:
        The name of the metadata database in which the partition is to be created.
      • tableName

        public final String tableName()

        The name of the metadata table in which the partition is to be created.

        Returns:
        The name of the metadata table in which the partition is to be created.
      • partitionInput

        public final PartitionInput partitionInput()

        A PartitionInput structure defining the partition to be created.

        Returns:
        A PartitionInput structure defining the partition to be created.
      • toString

        public final 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