Interface GlobalSecondaryIndexWarmThroughputDescription.Builder

    • Method Detail

      • readUnitsPerSecond

        GlobalSecondaryIndexWarmThroughputDescription.Builder readUnitsPerSecond​(Long readUnitsPerSecond)

        Represents warm throughput read units per second value for a global secondary index.

        Parameters:
        readUnitsPerSecond - Represents warm throughput read units per second value for a global secondary index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • writeUnitsPerSecond

        GlobalSecondaryIndexWarmThroughputDescription.Builder writeUnitsPerSecond​(Long writeUnitsPerSecond)

        Represents warm throughput write units per second value for a global secondary index.

        Parameters:
        writeUnitsPerSecond - Represents warm throughput write units per second value for a global secondary index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GlobalSecondaryIndexWarmThroughputDescription.Builder status​(String status)

        Represents the warm throughput status being created or updated on a global secondary index. The status can only be UPDATING or ACTIVE.

        Parameters:
        status - Represents the warm throughput status being created or updated on a global secondary index. The status can only be UPDATING or ACTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndexStatus, IndexStatus
      • status

        GlobalSecondaryIndexWarmThroughputDescription.Builder status​(IndexStatus status)

        Represents the warm throughput status being created or updated on a global secondary index. The status can only be UPDATING or ACTIVE.

        Parameters:
        status - Represents the warm throughput status being created or updated on a global secondary index. The status can only be UPDATING or ACTIVE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IndexStatus, IndexStatus