public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
| Modifier and Type | Method and Description |
|---|---|
Destination.Builder |
destinationId(String destinationId)
The unique ID of the publishing destination.
|
Destination.Builder |
destinationType(DestinationType destinationType)
The type of resource used for the publishing destination.
|
Destination.Builder |
destinationType(String destinationType)
The type of resource used for the publishing destination.
|
Destination.Builder |
status(PublishingStatus status)
The status of the publishing destination.
|
Destination.Builder |
status(String status)
The status of the publishing destination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestination.Builder destinationId(String destinationId)
The unique ID of the publishing destination.
destinationId - The unique ID of the publishing destination.Destination.Builder destinationType(String destinationType)
The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
destinationType - The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are
supported.DestinationType,
DestinationTypeDestination.Builder destinationType(DestinationType destinationType)
The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
destinationType - The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are
supported.DestinationType,
DestinationTypeDestination.Builder status(String status)
The status of the publishing destination.
status - The status of the publishing destination.PublishingStatus,
PublishingStatusDestination.Builder status(PublishingStatus status)
The status of the publishing destination.
status - The status of the publishing destination.PublishingStatus,
PublishingStatusCopyright © 2022. All rights reserved.