Interface ListSigningJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSigningJobsRequest.Builder,,ListSigningJobsRequest> SdkBuilder<ListSigningJobsRequest.Builder,,ListSigningJobsRequest> SdkPojo,SdkRequest.Builder,SignerRequest.Builder
- Enclosing class:
ListSigningJobsRequest
-
Method Summary
Modifier and TypeMethodDescriptionFilters results to return only signing jobs with revoked signatures.jobInvoker(String jobInvoker) Filters results to return only signing jobs initiated by a specified IAM entity.maxResults(Integer maxResults) Specifies the maximum number of items to return in the response.String for specifying the next set of paginated results to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.platformId(String platformId) The ID of microcontroller platform that you specified for the distribution of your code image.requestedBy(String requestedBy) The IAM principal that requested the signing job.signatureExpiresAfter(Instant signatureExpiresAfter) Filters results to return only signing jobs with signatures expiring after a specified timestamp.signatureExpiresBefore(Instant signatureExpiresBefore) Filters results to return only signing jobs with signatures expiring before a specified timestamp.A status value with which to filter your results.status(SigningStatus status) A status value with which to filter your results.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.signer.model.SignerRequest.Builder
build
-
Method Details
-
status
A status value with which to filter your results.
- Parameters:
status- A status value with which to filter your results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
A status value with which to filter your results.
- Parameters:
status- A status value with which to filter your results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
platformId
The ID of microcontroller platform that you specified for the distribution of your code image.
- Parameters:
platformId- The ID of microcontroller platform that you specified for the distribution of your code image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedBy
The IAM principal that requested the signing job.
- Parameters:
requestedBy- The IAM principal that requested the signing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
nextTokenelement is set in the response. Use thenextTokenvalue in a subsequent request to retrieve additional items.- Parameters:
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, thenextTokenelement is set in the response. Use thenextTokenvalue in a subsequent request to retrieve additional items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
nextTokenfrom the response that you just received.- Parameters:
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 ofnextTokenfrom the response that you just received.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRevoked
Filters results to return only signing jobs with revoked signatures.
- Parameters:
isRevoked- Filters results to return only signing jobs with revoked signatures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signatureExpiresBefore
Filters results to return only signing jobs with signatures expiring before a specified timestamp.
- Parameters:
signatureExpiresBefore- Filters results to return only signing jobs with signatures expiring before a specified timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signatureExpiresAfter
Filters results to return only signing jobs with signatures expiring after a specified timestamp.
- Parameters:
signatureExpiresAfter- Filters results to return only signing jobs with signatures expiring after a specified timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobInvoker
Filters results to return only signing jobs initiated by a specified IAM entity.
- Parameters:
jobInvoker- Filters results to return only signing jobs initiated by a specified IAM entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSigningJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSigningJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-