Class CfnSigningJob.SourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.signer.CfnSigningJob.SourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSigningJob.SourceProperty>
- Enclosing interface:
CfnSigningJob.SourceProperty
@Stability(Stable)
public static final class CfnSigningJob.SourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSigningJob.SourceProperty>
A builder for
CfnSigningJob.SourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3(IResolvable s3) Sets the value ofCfnSigningJob.SourceProperty.getS3()Sets the value ofCfnSigningJob.SourceProperty.getS3()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3
Sets the value ofCfnSigningJob.SourceProperty.getS3()- Parameters:
s3- Information about the Amazon S3 bucket where unsigned code is stored.- Returns:
this
-
s3
@Stability(Stable) public CfnSigningJob.SourceProperty.Builder s3(CfnSigningJob.S3SourceProperty s3) Sets the value ofCfnSigningJob.SourceProperty.getS3()- Parameters:
s3- Information about the Amazon S3 bucket where unsigned code is stored.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSigningJob.SourceProperty>- Returns:
- a new instance of
CfnSigningJob.SourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-