Class CfnFunction.S3FilesConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lambda.CfnFunction.S3FilesConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunction.S3FilesConfigProperty>
- Enclosing interface:
CfnFunction.S3FilesConfigProperty
@Stability(Stable)
public static final class CfnFunction.S3FilesConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunction.S3FilesConfigProperty>
A builder for
CfnFunction.S3FilesConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.directS3Read(String directS3Read) Sets the value ofCfnFunction.S3FilesConfigProperty.getDirectS3Read()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
directS3Read
@Stability(Stable) public CfnFunction.S3FilesConfigProperty.Builder directS3Read(String directS3Read) Sets the value ofCfnFunction.S3FilesConfigProperty.getDirectS3Read()- Parameters:
directS3Read- Specifies if a function reads from the file system for the lowest latency, or through Amazon S3 Files feature "direct Amazon S3 bucket reads" for the highest throughput.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFunction.S3FilesConfigProperty>- Returns:
- a new instance of
CfnFunction.S3FilesConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-