public static interface ListSigningProfilesRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<ListSigningProfilesRequest.Builder,ListSigningProfilesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSigningProfilesRequest.Builder |
includeCanceled(Boolean includeCanceled)
Designates whether to include profiles with the status of
CANCELED. |
ListSigningProfilesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of profiles to be returned.
|
ListSigningProfilesRequest.Builder |
nextToken(String nextToken)
Value for specifying the next set of paginated results to return.
|
ListSigningProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListSigningProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListSigningProfilesRequest.Builder includeCanceled(Boolean includeCanceled)
Designates whether to include profiles with the status of CANCELED.
includeCanceled - Designates whether to include profiles with the status of CANCELED.ListSigningProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of profiles to be returned.
maxResults - The maximum number of profiles to be returned.ListSigningProfilesRequest.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.ListSigningProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListSigningProfilesRequest.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.