Interface ListProfilesRequest.Builder

    • Method Detail

      • maxResults

        ListProfilesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to return.

        Parameters:
        maxResults - The maximum number of items to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProfilesRequest.Builder nextToken​(String nextToken)

        When there are additional results that were not returned, a NextToken parameter is returned. You can use that value for a subsequent call to ListProfiles to continue listing results.

        Parameters:
        nextToken - When there are additional results that were not returned, a NextToken parameter is returned. You can use that value for a subsequent call to ListProfiles to continue listing results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profileType

        ListProfilesRequest.Builder profileType​(String profileType)

        Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If not supplied in the request, the command lists all types of profiles.

        Parameters:
        profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If not supplied in the request, the command lists all types of profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProfileType, ProfileType
      • profileType

        ListProfilesRequest.Builder profileType​(ProfileType profileType)

        Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If not supplied in the request, the command lists all types of profiles.

        Parameters:
        profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If not supplied in the request, the command lists all types of profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProfileType, ProfileType