public static interface ListSigningJobsRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<ListSigningJobsRequest.Builder,ListSigningJobsRequest>
Modifier and Type | Method and Description |
---|---|
ListSigningJobsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of items to return in the response.
|
ListSigningJobsRequest.Builder |
nextToken(String nextToken)
String for specifying the next set of paginated results to return.
|
ListSigningJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListSigningJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListSigningJobsRequest.Builder |
platformId(String platformId)
The ID of microcontroller platform that you specified for the distribution of your code image.
|
ListSigningJobsRequest.Builder |
requestedBy(String requestedBy)
The IAM principal that requested the signing job.
|
ListSigningJobsRequest.Builder |
status(SigningStatus status)
A status value with which to filter your results.
|
ListSigningJobsRequest.Builder |
status(String status)
A status value with which to filter your results.
|
build
overrideConfiguration
copy
applyMutation, build
ListSigningJobsRequest.Builder status(String status)
A status value with which to filter your results.
status
- A status value with which to filter your results.SigningStatus
,
SigningStatus
ListSigningJobsRequest.Builder status(SigningStatus status)
A status value with which to filter your results.
status
- A status value with which to filter your results.SigningStatus
,
SigningStatus
ListSigningJobsRequest.Builder platformId(String platformId)
The ID of microcontroller platform that you specified for the distribution of your code image.
platformId
- The ID of microcontroller platform that you specified for the distribution of your code image.ListSigningJobsRequest.Builder requestedBy(String requestedBy)
The IAM principal that requested the signing job.
requestedBy
- The IAM principal that requested the signing job.ListSigningJobsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of items to return in the response. Use this parameter when paginating results.
If additional items exist beyond the number you specify, the nextToken
element is set in the
response. Use the nextToken
value in a subsequent request to retrieve additional items.
maxResults
- Specifies the maximum number of items to return in the response. Use this parameter when paginating
results. If additional items exist beyond the number you specify, the nextToken
element
is set in the response. Use the nextToken
value in a subsequent request to retrieve
additional items.ListSigningJobsRequest.Builder nextToken(String nextToken)
String 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
- String 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.ListSigningJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListSigningJobsRequest.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.