Interface TranslateParallelDataStateChange.TranslateParallelDataStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TranslateParallelDataStateChange.TranslateParallelDataStateChangeProps.Jsii$Proxy
- Enclosing class:
TranslateParallelDataStateChange
@Stability(Experimental)
public static interface TranslateParallelDataStateChange.TranslateParallelDataStateChangeProps
extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.translate@TranslateParallelDataStateChange event.
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.translate.events.*;
TranslateParallelDataStateChangeProps translateParallelDataStateChangeProps = TranslateParallelDataStateChangeProps.builder()
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.jobId(List.of("jobId"))
.jobStatus(List.of("jobStatus"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forTranslateParallelDataStateChange.TranslateParallelDataStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default AWSEventMetadataProps(experimental) EventBridge event metadata.getJobId()(experimental) jobId property.(experimental) jobStatus property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getJobId
(experimental) jobId property.Specify an array of string values to match this event if the actual value of jobId 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
-
getJobStatus
(experimental) jobStatus property.Specify an array of string values to match this event if the actual value of jobStatus 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 TranslateParallelDataStateChange.TranslateParallelDataStateChangeProps.Builder builder()
-