Interface GetOfferingStatusResponse.Builder

    • Method Detail

      • current

        GetOfferingStatusResponse.Builder current​(Map<String,​OfferingStatus> current)

        When specified, gets the offering status for the current period.

        Parameters:
        current - When specified, gets the offering status for the current period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPeriod

        GetOfferingStatusResponse.Builder nextPeriod​(Map<String,​OfferingStatus> nextPeriod)

        When specified, gets the offering status for the next period.

        Parameters:
        nextPeriod - When specified, gets the offering status for the next period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetOfferingStatusResponse.Builder nextToken​(String nextToken)

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.