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