Class CfnDelivery.Builder
java.lang.Object
software.amazon.awscdk.services.logs.CfnDelivery.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDelivery>
- Enclosing class:
CfnDelivery
@Stability(Stable)
public static final class CfnDelivery.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDelivery>
A fluent builder for
CfnDelivery.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDelivery.BuilderdeliveryDestinationArn(String deliveryDestinationArn) The ARN of the delivery destination that is associated with this delivery.deliverySourceName(String deliverySourceName) The name of the delivery source that is associated with this delivery.The tags that have been assigned to this delivery.
-
Method Details
-
create
@Stability(Stable) public static CfnDelivery.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDelivery.Builder.
-
deliveryDestinationArn
The ARN of the delivery destination that is associated with this delivery.- Parameters:
deliveryDestinationArn- The ARN of the delivery destination that is associated with this delivery. This parameter is required.- Returns:
this- See Also:
-
deliverySourceName
The name of the delivery source that is associated with this delivery.- Parameters:
deliverySourceName- The name of the delivery source that is associated with this delivery. This parameter is required.- Returns:
this- See Also:
-
tags
The tags that have been assigned to this delivery.- Parameters:
tags- The tags that have been assigned to this delivery. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDelivery>- Returns:
- a newly built instance of
CfnDelivery.
-