Interface ListExtensionAssociationsResponse.Builder

    • Method Detail

      • items

        ListExtensionAssociationsResponse.Builder items​(Collection<ExtensionAssociationSummary> items)

        The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.

        Parameters:
        items - The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListExtensionAssociationsResponse.Builder items​(ExtensionAssociationSummary... items)

        The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.

        Parameters:
        items - The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListExtensionAssociationsResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.