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.
|
build
overrideConfiguration
copy
applyMutation, build
ListSigningProfilesRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListSigningProfilesRequest.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.