Interface InstanceEvents.AWSAPICallViaCloudTrail.CreateFleetResponse

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
InstanceEvents.AWSAPICallViaCloudTrail.CreateFleetResponse.Jsii$Proxy
Enclosing class:
InstanceEvents.AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface InstanceEvents.AWSAPICallViaCloudTrail.CreateFleetResponse extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for CreateFleetResponse.

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.*;
 CreateFleetResponse createFleetResponse = CreateFleetResponse.builder()
         .errorSet(List.of("errorSet"))
         .fleetId(List.of("fleetId"))
         .fleetInstanceSet(List.of("fleetInstanceSet"))
         .requestId(List.of("requestId"))
         .xmlns(List.of("xmlns"))
         .build();
 
  • Method Details

    • getErrorSet

      @Stability(Experimental) @Nullable default List<String> getErrorSet()
      (experimental) errorSet property.

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

    • getFleetId

      @Stability(Experimental) @Nullable default List<String> getFleetId()
      (experimental) fleetId property.

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

    • getFleetInstanceSet

      @Stability(Experimental) @Nullable default List<String> getFleetInstanceSet()
      (experimental) fleetInstanceSet property.

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

    • getRequestId

      @Stability(Experimental) @Nullable default List<String> getRequestId()
      (experimental) requestId property.

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

    • getXmlns

      @Stability(Experimental) @Nullable default List<String> getXmlns()
      (experimental) xmlns property.

      Specify an array of string values to match this event if the actual value of xmlns 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 InstanceEvents.AWSAPICallViaCloudTrail.CreateFleetResponse.Builder builder()
      Returns:
      a InstanceEvents.AWSAPICallViaCloudTrail.CreateFleetResponse.Builder of InstanceEvents.AWSAPICallViaCloudTrail.CreateFleetResponse