static PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.builder() |
|
default PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.Builder.deliveryDestinationConfiguration(Consumer<DeliveryDestinationConfiguration.Builder> deliveryDestinationConfiguration) |
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
|
PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.Builder.deliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration) |
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
|
PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.Builder.deliveryDestinationType(String deliveryDestinationType) |
The type of delivery destination.
|
PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.Builder.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) |
The type of delivery destination.
|
PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.Builder.name(String name) |
A name for this delivery destination.
|
PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.Builder.outputFormat(String outputFormat) |
The format for the logs that this delivery destination will receive.
|
PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.Builder.outputFormat(OutputFormat outputFormat) |
The format for the logs that this delivery destination will receive.
|
PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.Builder.tags(Map<String,String> tags) |
An optional list of key-value pairs to associate with the resource.
|
PutDeliveryDestinationRequest.Builder |
PutDeliveryDestinationRequest.toBuilder() |
|