Interface ListProfileResourceAssociationsResponse.Builder

    • Method Detail

      • nextToken

        ListProfileResourceAssociationsResponse.Builder nextToken​(String nextToken)

        If more than MaxResults resource associations match the specified criteria, you can submit another ListProfileResourceAssociations request to get the next group of results. In the next request, specify the value of NextToken from the previous response.

        Parameters:
        nextToken - If more than MaxResults resource associations match the specified criteria, you can submit another ListProfileResourceAssociations request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profileResourceAssociations

        ListProfileResourceAssociationsResponse.Builder profileResourceAssociations​(Collection<ProfileResourceAssociation> profileResourceAssociations)

        Information about the profile resource association that you specified in a GetProfileResourceAssociation request.

        Parameters:
        profileResourceAssociations - Information about the profile resource association that you specified in a GetProfileResourceAssociation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profileResourceAssociations

        ListProfileResourceAssociationsResponse.Builder profileResourceAssociations​(ProfileResourceAssociation... profileResourceAssociations)

        Information about the profile resource association that you specified in a GetProfileResourceAssociation request.

        Parameters:
        profileResourceAssociations - Information about the profile resource association that you specified in a GetProfileResourceAssociation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.