Interface ListSigningProfilesResponse.Builder

    • Method Detail

      • profiles

        ListSigningProfilesResponse.Builder profiles​(Collection<SigningProfile> profiles)

        A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

        Parameters:
        profiles - A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profiles

        ListSigningProfilesResponse.Builder profiles​(SigningProfile... profiles)

        A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

        Parameters:
        profiles - A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSigningProfilesResponse.Builder nextToken​(String nextToken)

        Value for specifying the next set of paginated results to return.

        Parameters:
        nextToken - Value for specifying the next set of paginated results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.