Interface GetEnabledStandardsResponse.Builder

    • Method Detail

      • standardsSubscriptions

        GetEnabledStandardsResponse.Builder standardsSubscriptions​(Collection<StandardsSubscription> standardsSubscriptions)

        The list of StandardsSubscriptions objects that include information about the enabled standards.

        Parameters:
        standardsSubscriptions - The list of StandardsSubscriptions objects that include information about the enabled standards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • standardsSubscriptions

        GetEnabledStandardsResponse.Builder standardsSubscriptions​(StandardsSubscription... standardsSubscriptions)

        The list of StandardsSubscriptions objects that include information about the enabled standards.

        Parameters:
        standardsSubscriptions - The list of StandardsSubscriptions objects that include information about the enabled standards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetEnabledStandardsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to request the next page of results.

        Parameters:
        nextToken - The pagination token to use to request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.