Interface EBSMultiVolumeSnapshotsCompletionStatus.Snapshot

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
EBSMultiVolumeSnapshotsCompletionStatus.Snapshot.Jsii$Proxy
Enclosing class:
EBSMultiVolumeSnapshotsCompletionStatus

@Stability(Experimental) public static interface EBSMultiVolumeSnapshotsCompletionStatus.Snapshot extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Snapshot.

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.ec2.events.*;
 Snapshot snapshot = Snapshot.builder()
         .snapshotId(List.of("snapshotId"))
         .source(List.of("source"))
         .status(List.of("status"))
         .build();
 
  • Method Details

    • getSnapshotId

      @Stability(Experimental) @Nullable default List<String> getSnapshotId()
      (experimental) snapshot_id property.

      Specify an array of string values to match this event if the actual value of snapshot_id is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSource

      @Stability(Experimental) @Nullable default List<String> getSource()
      (experimental) source property.

      Specify an array of string values to match this event if the actual value of source is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getStatus

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static EBSMultiVolumeSnapshotsCompletionStatus.Snapshot.Builder builder()
      Returns:
      a EBSMultiVolumeSnapshotsCompletionStatus.Snapshot.Builder of EBSMultiVolumeSnapshotsCompletionStatus.Snapshot