Interface TranslateTextTranslationJobStateChange.TranslateTextTranslationJobStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TranslateTextTranslationJobStateChange.TranslateTextTranslationJobStateChangeProps.Jsii$Proxy
- Enclosing class:
TranslateTextTranslationJobStateChange
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.*;
TranslateTextTranslationJobStateChangeProps translateTextTranslationJobStateChangeProps = TranslateTextTranslationJobStateChangeProps.builder()
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.latestUpdateAttemptAt(List.of("latestUpdateAttemptAt"))
.latestUpdateAttemptStatus(List.of("latestUpdateAttemptStatus"))
.name(List.of("name"))
.operation(List.of("operation"))
.status(List.of("status"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forTranslateTextTranslationJobStateChange.TranslateTextTranslationJobStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) latestUpdateAttemptAt property.(experimental) latestUpdateAttemptStatus property.getName()(experimental) name property.(experimental) operation property.(experimental) status property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getLatestUpdateAttemptAt
(experimental) latestUpdateAttemptAt property.Specify an array of string values to match this event if the actual value of latestUpdateAttemptAt 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
-
getLatestUpdateAttemptStatus
(experimental) latestUpdateAttemptStatus property.Specify an array of string values to match this event if the actual value of latestUpdateAttemptStatus 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
-
getName
(experimental) name property.Specify an array of string values to match this event if the actual value of name 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
-
getOperation
(experimental) operation property.Specify an array of string values to match this event if the actual value of operation 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
-
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
-
builder
@Stability(Experimental) static TranslateTextTranslationJobStateChange.TranslateTextTranslationJobStateChangeProps.Builder builder()
-