| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
static Source.Builder |
Source.builder() |
default Source.Builder |
Source.Builder.s3(Consumer<S3Source.Builder> s3)
The
S3Source object. |
Source.Builder |
Source.Builder.s3(S3Source s3)
The
S3Source object. |
Source.Builder |
Source.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Source.Builder> |
Source.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SigningJob.Builder |
SigningJob.Builder.source(Consumer<Source.Builder> source)
A
Source that contains information about a signing job's code image source. |
default DescribeSigningJobResponse.Builder |
DescribeSigningJobResponse.Builder.source(Consumer<Source.Builder> source)
The object that contains the name of your S3 bucket or your raw code.
|
default StartSigningJobRequest.Builder |
StartSigningJobRequest.Builder.source(Consumer<Source.Builder> source)
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
|
Copyright © 2021. All rights reserved.