Interface GetOfferTermsRequest.Builder

  • Method Details

    • offerId

      The unique identifier of the offer whose terms to retrieve.

      Parameters:
      offerId - The unique identifier of the offer whose terms to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      GetOfferTermsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results that are returned per call. You can use nextToken to get more results.

      Parameters:
      maxResults - The maximum number of results that are returned per call. You can use nextToken to get more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      GetOfferTermsRequest.Builder nextToken(String nextToken)

      If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page.

      Parameters:
      nextToken - If nextToken is returned, there are more results available. Make the call again using the returned token to retrieve the next page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetOfferTermsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.