public static interface ListSigningPlatformsRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<ListSigningPlatformsRequest.Builder,ListSigningPlatformsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSigningPlatformsRequest.Builder |
category(String category)
The category type of a signing platform.
|
ListSigningPlatformsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned by this operation.
|
ListSigningPlatformsRequest.Builder |
nextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningPlatformsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListSigningPlatformsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListSigningPlatformsRequest.Builder |
partner(String partner)
Any partner entities connected to a signing platform.
|
ListSigningPlatformsRequest.Builder |
target(String target)
The validation template that is used by the target signing platform.
|
buildoverrideConfigurationcopyapplyMutation, buildListSigningPlatformsRequest.Builder category(String category)
The category type of a signing platform.
category - The category type of a signing platform.ListSigningPlatformsRequest.Builder partner(String partner)
Any partner entities connected to a signing platform.
partner - Any partner entities connected to a signing platform.ListSigningPlatformsRequest.Builder target(String target)
The validation template that is used by the target signing platform.
target - The validation template that is used by the target signing platform.ListSigningPlatformsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned by this operation.
maxResults - The maximum number of results to be returned by this operation.ListSigningPlatformsRequest.Builder nextToken(String 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.
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.ListSigningPlatformsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListSigningPlatformsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.