Interface ListSigningJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSigningJobsResponse.Builder,,ListSigningJobsResponse> SdkBuilder<ListSigningJobsResponse.Builder,,ListSigningJobsResponse> SdkPojo,SdkResponse.Builder,SignerResponse.Builder
- Enclosing class:
ListSigningJobsResponse
@Mutable
@NotThreadSafe
public static interface ListSigningJobsResponse.Builder
extends SignerResponse.Builder, SdkPojo, CopyableBuilder<ListSigningJobsResponse.Builder,ListSigningJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionjobs(Collection<SigningJob> jobs) A list of your signing jobs.jobs(Consumer<SigningJob.Builder>... jobs) A list of your signing jobs.jobs(SigningJob... jobs) A list of your signing jobs.String for specifying the next set of paginated results.Methods 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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.signer.model.SignerResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
jobs
A list of your signing jobs.
- Parameters:
jobs- A list of your signing jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobs
A list of your signing jobs.
- Parameters:
jobs- A list of your signing jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobs
A list of your signing jobs.
This is a convenience method that creates an instance of theSigningJob.Builderavoiding the need to create one manually viaSigningJob.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobs(List<SigningJob>).- Parameters:
jobs- a consumer that will call methods onSigningJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
String for specifying the next set of paginated results.
- Parameters:
nextToken- String for specifying the next set of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-