Class ImportJobCompleted.InputDataConfig.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.healthlake.events.ImportJobCompleted.InputDataConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ImportJobCompleted.InputDataConfig>
- Enclosing interface:
ImportJobCompleted.InputDataConfig
@Stability(Experimental)
public static final class ImportJobCompleted.InputDataConfig.Builder
extends Object
implements software.amazon.jsii.Builder<ImportJobCompleted.InputDataConfig>
A builder for
ImportJobCompleted.InputDataConfig-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofImportJobCompleted.InputDataConfig.getS3Uri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Uri
@Stability(Experimental) public ImportJobCompleted.InputDataConfig.Builder s3Uri(List<String> s3Uri) Sets the value ofImportJobCompleted.InputDataConfig.getS3Uri()- Parameters:
s3Uri- s3Uri property. Specify an array of string values to match this event if the actual value of s3Uri is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ImportJobCompleted.InputDataConfig>- Returns:
- a new instance of
ImportJobCompleted.InputDataConfig - Throws:
NullPointerException- if any required attribute was not provided
-