Interface InventoryTableConfigurationResult.Builder

  • Method Details

    • configurationState

      InventoryTableConfigurationResult.Builder configurationState(String configurationState)

      The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.

      Parameters:
      configurationState - The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • configurationState

      The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.

      Parameters:
      configurationState - The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tableStatus

      The status of the inventory table. The status values are:

      • CREATING - The inventory table is in the process of being created in the specified Amazon Web Services managed table bucket.

      • BACKFILLING - The inventory table is in the process of being backfilled. When you enable the inventory table for your metadata configuration, the table goes through a process known as backfilling, during which Amazon S3 scans your general purpose bucket to retrieve the initial metadata for all objects in the bucket. Depending on the number of objects in your bucket, this process can take several hours. When the backfilling process is finished, the status of your inventory table changes from BACKFILLING to ACTIVE. After backfilling is completed, updates to your objects are reflected in the inventory table within one hour.

      • ACTIVE - The inventory table has been created successfully, and records are being delivered to the table.

      • FAILED - Amazon S3 is unable to create the inventory table, or Amazon S3 is unable to deliver records.

      Parameters:
      tableStatus - The status of the inventory table. The status values are:

      • CREATING - The inventory table is in the process of being created in the specified Amazon Web Services managed table bucket.

      • BACKFILLING - The inventory table is in the process of being backfilled. When you enable the inventory table for your metadata configuration, the table goes through a process known as backfilling, during which Amazon S3 scans your general purpose bucket to retrieve the initial metadata for all objects in the bucket. Depending on the number of objects in your bucket, this process can take several hours. When the backfilling process is finished, the status of your inventory table changes from BACKFILLING to ACTIVE. After backfilling is completed, updates to your objects are reflected in the inventory table within one hour.

      • ACTIVE - The inventory table has been created successfully, and records are being delivered to the table.

      • FAILED - Amazon S3 is unable to create the inventory table, or Amazon S3 is unable to deliver records.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • error

      Sets the value of the Error property for this object.
      Parameters:
      error - The new value for the Error property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • error

      Sets the value of the Error property for this object. This is a convenience method that creates an instance of the ErrorDetails.Builder avoiding the need to create one manually via ErrorDetails.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to error(ErrorDetails).

      Parameters:
      error - a consumer that will call methods on ErrorDetails.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tableName

      The name of the inventory table.

      Parameters:
      tableName - The name of the inventory table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableArn

      The Amazon Resource Name (ARN) for the inventory table.

      Parameters:
      tableArn - The Amazon Resource Name (ARN) for the inventory table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.