Class UpdateGlobalSecondaryIndexAction

    • Constructor Detail

      • UpdateGlobalSecondaryIndexAction

        public UpdateGlobalSecondaryIndexAction()
    • Method Detail

      • setIndexName

        public void setIndexName​(String indexName)

        The name of the global secondary index to be updated.

        Parameters:
        indexName - The name of the global secondary index to be updated.
      • getIndexName

        public String getIndexName()

        The name of the global secondary index to be updated.

        Returns:
        The name of the global secondary index to be updated.
      • withIndexName

        public UpdateGlobalSecondaryIndexAction withIndexName​(String indexName)

        The name of the global secondary index to be updated.

        Parameters:
        indexName - The name of the global secondary index to be updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProvisionedThroughput

        public void setProvisionedThroughput​(ProvisionedThroughput provisionedThroughput)
        Parameters:
        provisionedThroughput -
      • withProvisionedThroughput

        public UpdateGlobalSecondaryIndexAction withProvisionedThroughput​(ProvisionedThroughput provisionedThroughput)
        Parameters:
        provisionedThroughput -
        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; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object