Class DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.healthimaging.events.DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps>
- Enclosing interface:
DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps
@Stability(Experimental)
public static final class DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder
extends Object
implements software.amazon.jsii.Builder<DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps>
A builder for
DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.datastoreId(List<String> datastoreId) Sets the value ofDatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.getDatastoreId()eventMetadata(AWSEventMetadataProps eventMetadata) imageSetId(List<String> imageSetId) Sets the value ofDatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.getImageSetId()imageSetState(List<String> imageSetState) imageSetWorkflowStatus(List<String> imageSetWorkflowStatus) imagingVersion(List<String> imagingVersion)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datastoreId
@Stability(Experimental) public DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder datastoreId(List<String> datastoreId) Sets the value ofDatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.getDatastoreId()- Parameters:
datastoreId- datastoreId property. Specify an array of string values to match this event if the actual value of datastoreId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
eventMetadata
@Stability(Experimental) public DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) - Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
imageSetId
@Stability(Experimental) public DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder imageSetId(List<String> imageSetId) Sets the value ofDatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.getImageSetId()- Parameters:
imageSetId- imageSetId property. Specify an array of string values to match this event if the actual value of imageSetId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
imageSetState
@Stability(Experimental) public DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder imageSetState(List<String> imageSetState) - Parameters:
imageSetState- imageSetState property. Specify an array of string values to match this event if the actual value of imageSetState is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
imageSetWorkflowStatus
@Stability(Experimental) public DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder imageSetWorkflowStatus(List<String> imageSetWorkflowStatus) Sets the value ofDatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.getImageSetWorkflowStatus()- Parameters:
imageSetWorkflowStatus- imageSetWorkflowStatus property. Specify an array of string values to match this event if the actual value of imageSetWorkflowStatus is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
imagingVersion
@Stability(Experimental) public DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps.Builder imagingVersion(List<String> imagingVersion) - Parameters:
imagingVersion- imagingVersion property. Specify an array of string values to match this event if the actual value of imagingVersion 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<DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps>- Returns:
- a new instance of
DatastoreEvents.ImageSetUpdating.ImageSetUpdatingProps - Throws:
NullPointerException- if any required attribute was not provided
-