Interface DescribeBrokerInstanceOptionsResponse.Builder

    • Method Detail

      • brokerInstanceOptions

        DescribeBrokerInstanceOptionsResponse.Builder brokerInstanceOptions​(BrokerInstanceOption... brokerInstanceOptions)

        List of available broker instance options.

        Parameters:
        brokerInstanceOptions - List of available broker instance options.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeBrokerInstanceOptionsResponse.Builder maxResults​(Integer maxResults)

        Required. The maximum number of instance options that can be returned per page (20 by default). This value must be an integer from 5 to 100.

        Parameters:
        maxResults - Required. The maximum number of instance options that can be returned per page (20 by default). This value must be an integer from 5 to 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeBrokerInstanceOptionsResponse.Builder nextToken​(String nextToken)

        The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

        Parameters:
        nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.