Interface ListSigningProfilesResponse.Builder

  • Method Details

    • 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

      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

      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.

      This is a convenience method that creates an instance of the SigningProfile.Builder avoiding the need to create one manually via SigningProfile.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to profiles(List<SigningProfile>).

      Parameters:
      profiles - a consumer that will call methods on SigningProfile.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.