Interface ListCapacityProvidersResponse.Builder

    • Method Detail

      • capacityProviders

        ListCapacityProvidersResponse.Builder capacityProviders​(Collection<CapacityProvider> capacityProviders)

        A list of capacity providers in your account.

        Parameters:
        capacityProviders - A list of capacity providers in your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityProviders

        ListCapacityProvidersResponse.Builder capacityProviders​(CapacityProvider... capacityProviders)

        A list of capacity providers in your account.

        Parameters:
        capacityProviders - A list of capacity providers in your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        ListCapacityProvidersResponse.Builder nextMarker​(String nextMarker)

        The pagination token that's included if more results are available.

        Parameters:
        nextMarker - The pagination token that's included if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.