Interface ListInstanceProfilesResponse.Builder

    • Method Detail

      • instanceProfiles

        ListInstanceProfilesResponse.Builder instanceProfiles​(Collection<InstanceProfile> instanceProfiles)

        An object that contains information about your instance profiles.

        Parameters:
        instanceProfiles - An object that contains information about your instance profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceProfiles

        ListInstanceProfilesResponse.Builder instanceProfiles​(InstanceProfile... instanceProfiles)

        An object that contains information about your instance profiles.

        Parameters:
        instanceProfiles - An object that contains information about your instance profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInstanceProfilesResponse.Builder nextToken​(String nextToken)

        An identifier that can be used in the next call to this operation to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that can be used in the next call to this operation to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.