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.
|
build
overrideConfiguration
copy
applyMutation, build
ListSigningPlatformsRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListSigningPlatformsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.