Interface Destination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Destination.Builder,
,Destination> SdkBuilder<Destination.Builder,
,Destination> SdkPojo
- Enclosing class:
Destination
@Mutable
@NotThreadSafe
public static interface Destination.Builder
extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
-
Method Summary
Modifier and TypeMethodDescriptionFor channels used for a CloudTrail Lake integration, the location is the ARN of an event data store that receives events from a channel.The type of destination for events arriving from a channel.type
(DestinationType type) The type of destination for events arriving from a channel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of destination for events arriving from a channel. For channels used for a CloudTrail Lake integration, the value is
EVENT_DATA_STORE
. For service-linked channels, the value isAWS_SERVICE
.- Parameters:
type
- The type of destination for events arriving from a channel. For channels used for a CloudTrail Lake integration, the value isEVENT_DATA_STORE
. For service-linked channels, the value isAWS_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
EVENT_DATA_STORE
. For service-linked channels, the value isAWS_SERVICE
.- Parameters:
type
- The type of destination for events arriving from a channel. For channels used for a CloudTrail Lake integration, the value isEVENT_DATA_STORE
. For service-linked channels, the value isAWS_SERVICE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-