Class CfnSigningJobPropsMixin.SignedObjectProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.signer.CfnSigningJobPropsMixin.SignedObjectProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSigningJobPropsMixin.SignedObjectProperty>
- Enclosing interface:
CfnSigningJobPropsMixin.SignedObjectProperty
@Stability(Stable)
public static final class CfnSigningJobPropsMixin.SignedObjectProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSigningJobPropsMixin.SignedObjectProperty>
A builder for
CfnSigningJobPropsMixin.SignedObjectProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSigningJobPropsMixin.SignedObjectProperty.getS3()s3(IResolvable s3) Sets the value ofCfnSigningJobPropsMixin.SignedObjectProperty.getS3()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3
Sets the value ofCfnSigningJobPropsMixin.SignedObjectProperty.getS3()- Parameters:
s3- The Amazon S3 bucket name and key where Signer saved the signed code image.- Returns:
this
-
s3
@Stability(Stable) public CfnSigningJobPropsMixin.SignedObjectProperty.Builder s3(CfnSigningJobPropsMixin.S3SignedObjectProperty s3) Sets the value ofCfnSigningJobPropsMixin.SignedObjectProperty.getS3()- Parameters:
s3- The Amazon S3 bucket name and key where Signer saved the signed code image.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSigningJobPropsMixin.SignedObjectProperty>- Returns:
- a new instance of
CfnSigningJobPropsMixin.SignedObjectProperty - Throws:
NullPointerException- if any required attribute was not provided
-