Interface ListConfigurationsResponse.Builder

    • Method Detail

      • configurations

        ListConfigurationsResponse.Builder configurations​(Collection<Configuration> configurations)

        An array of MSK configurations.

        Parameters:
        configurations -

        An array of MSK configurations.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurations

        ListConfigurationsResponse.Builder configurations​(Configuration... configurations)

        An array of MSK configurations.

        Parameters:
        configurations -

        An array of MSK configurations.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConfigurationsResponse.Builder nextToken​(String nextToken)

        The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.

        Parameters:
        nextToken -

        The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.

        Returns:
        Returns a reference to this object so that method calls can be chained together.