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