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, sdkFields
copy
applyMutation, build
Destination.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
,
DestinationType
Destination.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
,
DestinationType
Destination.Builder status(String status)
The status of the publishing destination.
status
- The status of the publishing destination.PublishingStatus
,
PublishingStatus
Destination.Builder status(PublishingStatus status)
The status of the publishing destination.
status
- The status of the publishing destination.PublishingStatus
,
PublishingStatus