Interface ListRegisteredSubscriptionProvidersResponse.Builder

    • Method Detail

      • nextToken

        ListRegisteredSubscriptionProvidersResponse.Builder nextToken​(String nextToken)

        The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

        Parameters:
        nextToken - The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registeredSubscriptionProviders

        ListRegisteredSubscriptionProvidersResponse.Builder registeredSubscriptionProviders​(Collection<RegisteredSubscriptionProvider> registeredSubscriptionProviders)

        The list of BYOL registration resources that fit the criteria you specified in the request.

        Parameters:
        registeredSubscriptionProviders - The list of BYOL registration resources that fit the criteria you specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registeredSubscriptionProviders

        ListRegisteredSubscriptionProvidersResponse.Builder registeredSubscriptionProviders​(RegisteredSubscriptionProvider... registeredSubscriptionProviders)

        The list of BYOL registration resources that fit the criteria you specified in the request.

        Parameters:
        registeredSubscriptionProviders - The list of BYOL registration resources that fit the criteria you specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.