Interface ListSigningJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSigningJobsRequest.Builder,ListSigningJobsRequest>,SdkBuilder<ListSigningJobsRequest.Builder,ListSigningJobsRequest>,SdkPojo,SdkRequest.Builder,SignerRequest.Builder
- Enclosing class:
- ListSigningJobsRequest
public static interface ListSigningJobsRequest.Builder extends SignerRequest.Builder, SdkPojo, CopyableBuilder<ListSigningJobsRequest.Builder,ListSigningJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSigningJobsRequest.BuilderisRevoked(Boolean isRevoked)Filters results to return only signing jobs with revoked signatures.ListSigningJobsRequest.BuilderjobInvoker(String jobInvoker)Filters results to return only signing jobs initiated by a specified IAM entity.ListSigningJobsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of items to return in the response.ListSigningJobsRequest.BuildernextToken(String nextToken)String for specifying the next set of paginated results to return.ListSigningJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSigningJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSigningJobsRequest.BuilderplatformId(String platformId)The ID of microcontroller platform that you specified for the distribution of your code image.ListSigningJobsRequest.BuilderrequestedBy(String requestedBy)The IAM principal that requested the signing job.ListSigningJobsRequest.BuildersignatureExpiresAfter(Instant signatureExpiresAfter)Filters results to return only signing jobs with signatures expiring after a specified timestamp.ListSigningJobsRequest.BuildersignatureExpiresBefore(Instant signatureExpiresBefore)Filters results to return only signing jobs with signatures expiring before a specified timestamp.ListSigningJobsRequest.Builderstatus(String status)A status value with which to filter your results.ListSigningJobsRequest.Builderstatus(SigningStatus status)A status value with which to filter your results.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.signer.model.SignerRequest.Builder
build
-
-
-
-
Method Detail
-
status
ListSigningJobsRequest.Builder status(String 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:
SigningStatus,SigningStatus
-
status
ListSigningJobsRequest.Builder status(SigningStatus 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:
SigningStatus,SigningStatus
-
platformId
ListSigningJobsRequest.Builder platformId(String 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
ListSigningJobsRequest.Builder requestedBy(String 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
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
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
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
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
ListSigningJobsRequest.Builder isRevoked(Boolean 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
ListSigningJobsRequest.Builder signatureExpiresBefore(Instant 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
ListSigningJobsRequest.Builder signatureExpiresAfter(Instant 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
ListSigningJobsRequest.Builder jobInvoker(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSigningJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-