public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
location(String location)
The location of the service.
|
Destination.Builder |
type(DestinationType type)
The type of service.
|
Destination.Builder |
type(String type)
The type of service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestination.Builder type(String type)
The type of service. For service-linked channels, the value is AWS_SERVICE.
type - The type of service. For service-linked channels, the value is AWS_SERVICE.DestinationType,
DestinationTypeDestination.Builder type(DestinationType type)
The type of service. For service-linked channels, the value is AWS_SERVICE.
type - The type of service. For service-linked channels, the value is AWS_SERVICE.DestinationType,
DestinationTypeDestination.Builder location(String location)
The location of the service. For service-linked channels, this is the name of the Amazon Web Services service.
location - The location of the service. For service-linked channels, this is the name of the Amazon Web Services
service.Copyright © 2022. All rights reserved.