public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
location(String location)
For service-linked channels, the value is the name of the Amazon Web Services service.
|
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 service-linked channels, the value is
AWS_SERVICE.
type - The type of destination for events arriving from a channel. 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 service-linked channels, the value is
AWS_SERVICE.
type - The type of destination for events arriving from a channel. For service-linked channels, the value is
AWS_SERVICE.DestinationType,
DestinationTypeDestination.Builder location(String location)
For service-linked channels, the value is the name of the Amazon Web Services service.
location - For service-linked channels, the value is the name of the Amazon Web Services service.Copyright © 2023. All rights reserved.