Interface Destination.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Destination.Builder,Destination>, SdkBuilder<Destination.Builder,Destination>, SdkPojo
Enclosing class:
Destination

public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
  • Method Details

    • type

      The type of destination for events arriving from a channel. For channels used for a CloudTrail Lake integration, the value is EventDataStore. For service-linked channels, the value is AWS_SERVICE.

      Parameters:
      type - The type of destination for events arriving from a channel. For channels used for a CloudTrail Lake integration, the value is EventDataStore. For service-linked channels, the value is AWS_SERVICE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of destination for events arriving from a channel. For channels used for a CloudTrail Lake integration, the value is EventDataStore. For service-linked channels, the value is AWS_SERVICE.

      Parameters:
      type - The type of destination for events arriving from a channel. For channels used for a CloudTrail Lake integration, the value is EventDataStore. For service-linked channels, the value is AWS_SERVICE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • location

      Destination.Builder location(String location)

      For channels used for a CloudTrail Lake integration, the location is the ARN of an event data store that receives events from a channel. For service-linked channels, the location is the name of the Amazon Web Services service.

      Parameters:
      location - For channels used for a CloudTrail Lake integration, the location is the ARN of an event data store that receives events from a channel. For service-linked channels, the location is the name of the Amazon Web Services service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.