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