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