Class ReadSetStatusChange.ReadSetStatusChangeProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.omics.events.ReadSetStatusChange.ReadSetStatusChangeProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ReadSetStatusChange.ReadSetStatusChangeProps>
- Enclosing interface:
ReadSetStatusChange.ReadSetStatusChangeProps
@Stability(Experimental)
public static final class ReadSetStatusChange.ReadSetStatusChangeProps.Builder
extends Object
implements software.amazon.jsii.Builder<ReadSetStatusChange.ReadSetStatusChangeProps>
A builder for
ReadSetStatusChange.ReadSetStatusChangeProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getArn()build()Builds the configured instance.creationJobId(List<String> creationJobId) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getCreationJobId()eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getEventMetadata()Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getId()omicsVersion(List<String> omicsVersion) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getOmicsVersion()sequenceStoreId(List<String> sequenceStoreId) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getSequenceStoreId()Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getStatus()statusMessage(List<String> statusMessage) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getStatusMessage()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
@Stability(Experimental) public ReadSetStatusChange.ReadSetStatusChangeProps.Builder arn(List<String> arn) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getArn()- Parameters:
arn- arn property. Specify an array of string values to match this event if the actual value of arn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
creationJobId
@Stability(Experimental) public ReadSetStatusChange.ReadSetStatusChangeProps.Builder creationJobId(List<String> creationJobId) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getCreationJobId()- Parameters:
creationJobId- creationJobId property. Specify an array of string values to match this event if the actual value of creationJobId 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 ReadSetStatusChange.ReadSetStatusChangeProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
id
@Stability(Experimental) public ReadSetStatusChange.ReadSetStatusChangeProps.Builder id(List<String> id) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getId()- Parameters:
id- id property. Specify an array of string values to match this event if the actual value of id is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
omicsVersion
@Stability(Experimental) public ReadSetStatusChange.ReadSetStatusChangeProps.Builder omicsVersion(List<String> omicsVersion) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getOmicsVersion()- Parameters:
omicsVersion- omicsVersion property. Specify an array of string values to match this event if the actual value of omicsVersion is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
sequenceStoreId
@Stability(Experimental) public ReadSetStatusChange.ReadSetStatusChangeProps.Builder sequenceStoreId(List<String> sequenceStoreId) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getSequenceStoreId()- Parameters:
sequenceStoreId- sequenceStoreId property. Specify an array of string values to match this event if the actual value of sequenceStoreId is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
status
@Stability(Experimental) public ReadSetStatusChange.ReadSetStatusChangeProps.Builder status(List<String> status) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getStatus()- Parameters:
status- status property. Specify an array of string values to match this event if the actual value of status is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
statusMessage
@Stability(Experimental) public ReadSetStatusChange.ReadSetStatusChangeProps.Builder statusMessage(List<String> statusMessage) Sets the value ofReadSetStatusChange.ReadSetStatusChangeProps.getStatusMessage()- Parameters:
statusMessage- statusMessage property. Specify an array of string values to match this event if the actual value of statusMessage 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<ReadSetStatusChange.ReadSetStatusChangeProps>- Returns:
- a new instance of
ReadSetStatusChange.ReadSetStatusChangeProps - Throws:
NullPointerException- if any required attribute was not provided
-