Class CfnQueuePropsMixin.JobAttachmentSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnQueuePropsMixin.JobAttachmentSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQueuePropsMixin.JobAttachmentSettingsProperty>
- Enclosing interface:
CfnQueuePropsMixin.JobAttachmentSettingsProperty
@Stability(Stable)
public static final class CfnQueuePropsMixin.JobAttachmentSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQueuePropsMixin.JobAttachmentSettingsProperty>
A builder for
CfnQueuePropsMixin.JobAttachmentSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.rootPrefix(String rootPrefix) Sets the value ofCfnQueuePropsMixin.JobAttachmentSettingsProperty.getRootPrefix()s3BucketName(String s3BucketName) Sets the value ofCfnQueuePropsMixin.JobAttachmentSettingsProperty.getS3BucketName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rootPrefix
@Stability(Stable) public CfnQueuePropsMixin.JobAttachmentSettingsProperty.Builder rootPrefix(String rootPrefix) Sets the value ofCfnQueuePropsMixin.JobAttachmentSettingsProperty.getRootPrefix()- Parameters:
rootPrefix- The root prefix.- Returns:
this
-
s3BucketName
@Stability(Stable) public CfnQueuePropsMixin.JobAttachmentSettingsProperty.Builder s3BucketName(String s3BucketName) Sets the value ofCfnQueuePropsMixin.JobAttachmentSettingsProperty.getS3BucketName()- Parameters:
s3BucketName- The Amazon S3 bucket name.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQueuePropsMixin.JobAttachmentSettingsProperty>- Returns:
- a new instance of
CfnQueuePropsMixin.JobAttachmentSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-