Interface SequenceStoreEvents.ReadSetStatusChange.ReadSetStatusChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SequenceStoreEvents.ReadSetStatusChange.ReadSetStatusChangeProps.Jsii$Proxy
- Enclosing class:
SequenceStoreEvents.ReadSetStatusChange
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.omics.events.*;
ReadSetStatusChangeProps readSetStatusChangeProps = ReadSetStatusChangeProps.builder()
.arn(List.of("arn"))
.creationJobId(List.of("creationJobId"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.id(List.of("id"))
.omicsVersion(List.of("omicsVersion"))
.sequenceStoreId(List.of("sequenceStoreId"))
.status(List.of("status"))
.statusMessage(List.of("statusMessage"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forSequenceStoreEvents.ReadSetStatusChange.ReadSetStatusChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getArn()(experimental) arn property.(experimental) creationJobId property.default AWSEventMetadataProps(experimental) EventBridge event metadata.getId()(experimental) id property.(experimental) omicsVersion property.(experimental) sequenceStoreId property.(experimental) status property.(experimental) statusMessage property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCreationJobId
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getId
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getOmicsVersion
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSequenceStoreId
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Filter with the SequenceStore reference
-
getStatus
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getStatusMessage
(experimental) 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 the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static SequenceStoreEvents.ReadSetStatusChange.ReadSetStatusChangeProps.Builder builder()
-