Class CfnDataSource.IntermediateStorageProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnDataSource.IntermediateStorageProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSource.IntermediateStorageProperty>
- Enclosing interface:
CfnDataSource.IntermediateStorageProperty
@Stability(Stable)
public static final class CfnDataSource.IntermediateStorageProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSource.IntermediateStorageProperty>
A builder for
CfnDataSource.IntermediateStorageProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.s3Location
(IResolvable s3Location) Sets the value ofCfnDataSource.IntermediateStorageProperty.getS3Location()
s3Location
(CfnDataSource.S3LocationProperty s3Location) Sets the value ofCfnDataSource.IntermediateStorageProperty.getS3Location()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Location
@Stability(Stable) public CfnDataSource.IntermediateStorageProperty.Builder s3Location(IResolvable s3Location) Sets the value ofCfnDataSource.IntermediateStorageProperty.getS3Location()
- Parameters:
s3Location
- An S3 bucket path. This parameter is required.- Returns:
this
-
s3Location
@Stability(Stable) public CfnDataSource.IntermediateStorageProperty.Builder s3Location(CfnDataSource.S3LocationProperty s3Location) Sets the value ofCfnDataSource.IntermediateStorageProperty.getS3Location()
- Parameters:
s3Location
- An S3 bucket path. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataSource.IntermediateStorageProperty>
- Returns:
- a new instance of
CfnDataSource.IntermediateStorageProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-