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