Interface DeprecationPlannedForDataSet.DataSet

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

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

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.dataexchange.events.*;
 DataSet dataSet = DataSet.builder()
         .assetType(List.of("assetType"))
         .id(List.of("id"))
         .name(List.of("name"))
         .build();
 
  • Method Details

    • getAssetType

      @Stability(Experimental) @Nullable default List<String> getAssetType()
      (experimental) AssetType property.

      Specify an array of string values to match this event if the actual value of AssetType 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

    • getId

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

      Default: - Do not filter on this field

    • getName

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

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static DeprecationPlannedForDataSet.DataSet.Builder builder()
      Returns:
      a DeprecationPlannedForDataSet.DataSet.Builder of DeprecationPlannedForDataSet.DataSet