Class CfnSigningJobPropsMixin.S3SignedObjectProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.signer.CfnSigningJobPropsMixin.S3SignedObjectProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSigningJobPropsMixin.S3SignedObjectProperty>
- Enclosing interface:
CfnSigningJobPropsMixin.S3SignedObjectProperty
@Stability(Stable)
public static final class CfnSigningJobPropsMixin.S3SignedObjectProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSigningJobPropsMixin.S3SignedObjectProperty>
A builder for
CfnSigningJobPropsMixin.S3SignedObjectProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucketName(String bucketName) Sets the value ofCfnSigningJobPropsMixin.S3SignedObjectProperty.getBucketName()build()Builds the configured instance.Sets the value ofCfnSigningJobPropsMixin.S3SignedObjectProperty.getKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketName
@Stability(Stable) public CfnSigningJobPropsMixin.S3SignedObjectProperty.Builder bucketName(String bucketName) Sets the value ofCfnSigningJobPropsMixin.S3SignedObjectProperty.getBucketName()- Parameters:
bucketName- Name of the S3 bucket.- Returns:
this
-
key
Sets the value ofCfnSigningJobPropsMixin.S3SignedObjectProperty.getKey()- Parameters:
key- Key name that uniquely identifies a signed code image in the bucket.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSigningJobPropsMixin.S3SignedObjectProperty>- Returns:
- a new instance of
CfnSigningJobPropsMixin.S3SignedObjectProperty - Throws:
NullPointerException- if any required attribute was not provided
-