Interface DeliveryDestinationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeliveryDestinationConfiguration.Builder,
,DeliveryDestinationConfiguration> SdkBuilder<DeliveryDestinationConfiguration.Builder,
,DeliveryDestinationConfiguration> SdkPojo
- Enclosing class:
DeliveryDestinationConfiguration
public static interface DeliveryDestinationConfiguration.Builder
extends SdkPojo, CopyableBuilder<DeliveryDestinationConfiguration.Builder,DeliveryDestinationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationResourceArn
(String destinationResourceArn) The ARN of the Amazon Web Services destination that this delivery destination represents.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
destinationResourceArn
The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Kinesis Data Firehose.
- Parameters:
destinationResourceArn
- The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Kinesis Data Firehose.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-