Class CfnPlugin.S3Property.Builder
java.lang.Object
software.amazon.awscdk.services.qbusiness.CfnPlugin.S3Property.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnPlugin.S3Property>
- Enclosing interface:
 CfnPlugin.S3Property
@Stability(Stable)
public static final class CfnPlugin.S3Property.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlugin.S3Property>
A builder for 
CfnPlugin.S3Property- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnPlugin.S3Property.getBucket()build()Builds the configured instance.Sets the value ofCfnPlugin.S3Property.getKey() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
bucket
Sets the value ofCfnPlugin.S3Property.getBucket()- Parameters:
 bucket- The name of the S3 bucket that contains the file. This parameter is required.- Returns:
 this
 - 
key
Sets the value ofCfnPlugin.S3Property.getKey()- Parameters:
 key- The name of the file. This parameter is required.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnPlugin.S3Property>- Returns:
 - a new instance of 
CfnPlugin.S3Property - Throws:
 NullPointerException- if any required attribute was not provided
 
 -