Interface ListSigningPlatformsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListSigningPlatformsRequest.Builder,ListSigningPlatformsRequest>, SdkBuilder<ListSigningPlatformsRequest.Builder,ListSigningPlatformsRequest>, SdkPojo, SdkRequest.Builder, SignerRequest.Builder
Enclosing class:
ListSigningPlatformsRequest

public static interface ListSigningPlatformsRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<ListSigningPlatformsRequest.Builder,ListSigningPlatformsRequest>
  • Method Details

    • category

      The category type of a signing platform.

      Parameters:
      category - The category type of a signing platform.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partner

      Any partner entities connected to a signing platform.

      Parameters:
      partner - Any partner entities connected to a signing platform.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • target

      The validation template that is used by the target signing platform.

      Parameters:
      target - The validation template that is used by the target signing platform.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to be returned by this operation.

      Parameters:
      maxResults - The maximum number of results to be returned by this operation.
      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.
    • overrideConfiguration

      ListSigningPlatformsRequest.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.