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