Interface ListProfileAssociationsResponse.Builder

    • Method Detail

      • nextToken

        ListProfileAssociationsResponse.Builder nextToken​(String nextToken)

        If more than MaxResults profile associations match the specified criteria, you can submit another ListProfileAssociations 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 profile associations match the specified criteria, you can submit another ListProfileAssociations 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.
      • profileAssociations

        ListProfileAssociationsResponse.Builder profileAssociations​(Collection<ProfileAssociation> profileAssociations)

        A complex type that containts settings information about the profile's VPC associations.

        Parameters:
        profileAssociations - A complex type that containts settings information about the profile's VPC associations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profileAssociations

        ListProfileAssociationsResponse.Builder profileAssociations​(ProfileAssociation... profileAssociations)

        A complex type that containts settings information about the profile's VPC associations.

        Parameters:
        profileAssociations - A complex type that containts settings information about the profile's VPC associations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.