Class CfnCapacityManagerDataExport.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnCapacityManagerDataExport.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCapacityManagerDataExport>
- Enclosing class:
CfnCapacityManagerDataExport
@Stability(Stable)
public static final class CfnCapacityManagerDataExport.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCapacityManagerDataExport>
A fluent builder for
CfnCapacityManagerDataExport.-
Method Summary
Modifier and TypeMethodDescriptionbuild()outputFormat(String outputFormat) The file format of the exported data.s3BucketName(String s3BucketName) The name of the S3 bucket where export files are delivered.s3BucketPrefix(String s3BucketPrefix) The S3 key prefix used for organizing export files within the bucket.The frequency at which data exports are generated.The tags associated with the data export configuration.
-
Method Details
-
create
@Stability(Stable) public static CfnCapacityManagerDataExport.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
CfnCapacityManagerDataExport.Builder.
-
outputFormat
The file format of the exported data.- Parameters:
outputFormat- The file format of the exported data. This parameter is required.- Returns:
this- See Also:
-
s3BucketName
The name of the S3 bucket where export files are delivered.- Parameters:
s3BucketName- The name of the S3 bucket where export files are delivered. This parameter is required.- Returns:
this- See Also:
-
schedule
The frequency at which data exports are generated.- Parameters:
schedule- The frequency at which data exports are generated. This parameter is required.- Returns:
this- See Also:
-
s3BucketPrefix
@Stability(Stable) public CfnCapacityManagerDataExport.Builder s3BucketPrefix(String s3BucketPrefix) The S3 key prefix used for organizing export files within the bucket.- Parameters:
s3BucketPrefix- The S3 key prefix used for organizing export files within the bucket. This parameter is required.- Returns:
this- See Also:
-
tags
The tags associated with the data export configuration.- Parameters:
tags- The tags associated with the data export configuration. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCapacityManagerDataExport>- Returns:
- a newly built instance of
CfnCapacityManagerDataExport.
-