Class CfnDataset.OutputFileUriValueProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotanalytics.CfnDataset.OutputFileUriValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataset.OutputFileUriValueProperty>
- Enclosing interface:
CfnDataset.OutputFileUriValueProperty
@Stability(Stable)
public static final class CfnDataset.OutputFileUriValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataset.OutputFileUriValueProperty>
A builder for
CfnDataset.OutputFileUriValueProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataset.OutputFileUriValueProperty.getFileName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileName
Sets the value ofCfnDataset.OutputFileUriValueProperty.getFileName()- Parameters:
fileName- The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataset.OutputFileUriValueProperty>- Returns:
- a new instance of
CfnDataset.OutputFileUriValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-