DeliveryDestination.Builder |
DeliveryDestination.Builder.arn(String arn) |
The Amazon Resource Name (ARN) that uniquely identifies this delivery destination.
|
static DeliveryDestination.Builder |
DeliveryDestination.builder() |
|
default DeliveryDestination.Builder |
DeliveryDestination.Builder.deliveryDestinationConfiguration(Consumer<DeliveryDestinationConfiguration.Builder> deliveryDestinationConfiguration) |
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
|
DeliveryDestination.Builder |
DeliveryDestination.Builder.deliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration) |
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
|
DeliveryDestination.Builder |
DeliveryDestination.Builder.deliveryDestinationType(String deliveryDestinationType) |
Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Firehose.
|
DeliveryDestination.Builder |
DeliveryDestination.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) |
Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Firehose.
|
DeliveryDestination.Builder |
DeliveryDestination.Builder.name(String name) |
The name of this delivery destination.
|
DeliveryDestination.Builder |
DeliveryDestination.Builder.outputFormat(String outputFormat) |
The format of the logs that are sent to this delivery destination.
|
DeliveryDestination.Builder |
DeliveryDestination.Builder.outputFormat(OutputFormat outputFormat) |
The format of the logs that are sent to this delivery destination.
|
DeliveryDestination.Builder |
DeliveryDestination.Builder.tags(Map<String,String> tags) |
The tags that have been assigned to this delivery destination.
|
DeliveryDestination.Builder |
DeliveryDestination.toBuilder() |
|