Interface ListSigningProfilesRequest.Builder

  • Method Details

    • includeCanceled

      ListSigningProfilesRequest.Builder includeCanceled(Boolean includeCanceled)

      Designates whether to include profiles with the status of CANCELED.

      Parameters:
      includeCanceled - Designates whether to include profiles with the status of CANCELED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of profiles to be returned.

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

      Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

      Parameters:
      nextToken - Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platformId

      Filters results to return only signing jobs initiated for a specified signing platform.

      Parameters:
      platformId - Filters results to return only signing jobs initiated for a specified signing platform.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusesWithStrings

      ListSigningProfilesRequest.Builder statusesWithStrings(Collection<String> statuses)

      Filters results to return only signing jobs with statuses in the specified list.

      Parameters:
      statuses - Filters results to return only signing jobs with statuses in the specified list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusesWithStrings

      ListSigningProfilesRequest.Builder statusesWithStrings(String... statuses)

      Filters results to return only signing jobs with statuses in the specified list.

      Parameters:
      statuses - Filters results to return only signing jobs with statuses in the specified list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statuses

      Filters results to return only signing jobs with statuses in the specified list.

      Parameters:
      statuses - Filters results to return only signing jobs with statuses in the specified list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statuses

      Filters results to return only signing jobs with statuses in the specified list.

      Parameters:
      statuses - Filters results to return only signing jobs with statuses in the specified list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListSigningProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.