Class ImageSetUpdating.ImageSetUpdatingProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.healthimaging.events.ImageSetUpdating.ImageSetUpdatingProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ImageSetUpdating.ImageSetUpdatingProps>
- Enclosing interface:
ImageSetUpdating.ImageSetUpdatingProps
@Stability(Experimental)
public static final class ImageSetUpdating.ImageSetUpdatingProps.Builder
extends Object
implements software.amazon.jsii.Builder<ImageSetUpdating.ImageSetUpdatingProps>
A builder for
ImageSetUpdating.ImageSetUpdatingProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.datastoreId(List<String> datastoreId) Sets the value ofImageSetUpdating.ImageSetUpdatingProps.getDatastoreId()eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofImageSetUpdating.ImageSetUpdatingProps.getEventMetadata()imageSetId(List<String> imageSetId) Sets the value ofImageSetUpdating.ImageSetUpdatingProps.getImageSetId()imageSetState(List<String> imageSetState) Sets the value ofImageSetUpdating.ImageSetUpdatingProps.getImageSetState()imageSetWorkflowStatus(List<String> imageSetWorkflowStatus) Sets the value ofImageSetUpdating.ImageSetUpdatingProps.getImageSetWorkflowStatus()imagingVersion(List<String> imagingVersion) Sets the value ofImageSetUpdating.ImageSetUpdatingProps.getImagingVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
datastoreId
@Stability(Experimental) public ImageSetUpdating.ImageSetUpdatingProps.Builder datastoreId(List<String> datastoreId) Sets the value ofImageSetUpdating.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 ImageSetUpdating.ImageSetUpdatingProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofImageSetUpdating.ImageSetUpdatingProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
imageSetId
@Stability(Experimental) public ImageSetUpdating.ImageSetUpdatingProps.Builder imageSetId(List<String> imageSetId) Sets the value ofImageSetUpdating.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 ImageSetUpdating.ImageSetUpdatingProps.Builder imageSetState(List<String> imageSetState) Sets the value ofImageSetUpdating.ImageSetUpdatingProps.getImageSetState()- 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 ImageSetUpdating.ImageSetUpdatingProps.Builder imageSetWorkflowStatus(List<String> imageSetWorkflowStatus) Sets the value ofImageSetUpdating.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 ImageSetUpdating.ImageSetUpdatingProps.Builder imagingVersion(List<String> imagingVersion) Sets the value ofImageSetUpdating.ImageSetUpdatingProps.getImagingVersion()- 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<ImageSetUpdating.ImageSetUpdatingProps>- Returns:
- a new instance of
ImageSetUpdating.ImageSetUpdatingProps - Throws:
NullPointerException- if any required attribute was not provided
-