public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
| Modifier and Type | Method and Description |
|---|---|
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.
|
Destination.Builder |
type(DestinationType type)
The type of destination for events arriving from a channel.
|
Destination.Builder |
type(String type)
The type of destination for events arriving from a channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestination.Builder type(String 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.
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.DestinationType,
DestinationTypeDestination.Builder type(DestinationType 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.
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.DestinationType,
DestinationTypeDestination.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.
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.Copyright © 2023. All rights reserved.