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) |
ListSigningPlatformsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListSigningPlatformsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.