Interface CreateCapacityManagerDataExportRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCapacityManagerDataExportRequest.Builder,CreateCapacityManagerDataExportRequest>,Ec2Request.Builder,SdkBuilder<CreateCapacityManagerDataExportRequest.Builder,CreateCapacityManagerDataExportRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCapacityManagerDataExportRequest
@Mutable @NotThreadSafe public static interface CreateCapacityManagerDataExportRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateCapacityManagerDataExportRequest.Builder,CreateCapacityManagerDataExportRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3BucketName
CreateCapacityManagerDataExportRequest.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket where the capacity data export files will be delivered. The bucket must exist and you must have write permissions to it.
- Parameters:
s3BucketName- The name of the S3 bucket where the capacity data export files will be delivered. The bucket must exist and you must have write permissions to it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketPrefix
CreateCapacityManagerDataExportRequest.Builder s3BucketPrefix(String s3BucketPrefix)
The S3 key prefix for the exported data files. This allows you to organize exports in a specific folder structure within your bucket. If not specified, files are placed at the bucket root.
- Parameters:
s3BucketPrefix- The S3 key prefix for the exported data files. This allows you to organize exports in a specific folder structure within your bucket. If not specified, files are placed at the bucket root.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
CreateCapacityManagerDataExportRequest.Builder schedule(String schedule)
The frequency at which data exports are generated.
-
schedule
CreateCapacityManagerDataExportRequest.Builder schedule(Schedule schedule)
The frequency at which data exports are generated.
-
outputFormat
CreateCapacityManagerDataExportRequest.Builder outputFormat(String outputFormat)
The file format for the exported data. Parquet format is recommended for large datasets and better compression.
- Parameters:
outputFormat- The file format for the exported data. Parquet format is recommended for large datasets and better compression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OutputFormat,OutputFormat
-
outputFormat
CreateCapacityManagerDataExportRequest.Builder outputFormat(OutputFormat outputFormat)
The file format for the exported data. Parquet format is recommended for large datasets and better compression.
- Parameters:
outputFormat- The file format for the exported data. Parquet format is recommended for large datasets and better compression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OutputFormat,OutputFormat
-
clientToken
CreateCapacityManagerDataExportRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
CreateCapacityManagerDataExportRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateCapacityManagerDataExportRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the data export configuration. You can tag the export for organization and cost tracking purposes.
- Parameters:
tagSpecifications- The tags to apply to the data export configuration. You can tag the export for organization and cost tracking purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateCapacityManagerDataExportRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the data export configuration. You can tag the export for organization and cost tracking purposes.
- Parameters:
tagSpecifications- The tags to apply to the data export configuration. You can tag the export for organization and cost tracking purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateCapacityManagerDataExportRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the data export configuration. You can tag the export for organization and cost tracking purposes.
This is a convenience method that creates an instance of theTagSpecification.Builderavoiding the need to create one manually viaTagSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagSpecifications(List.) - Parameters:
tagSpecifications- a consumer that will call methods onTagSpecification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tagSpecifications(java.util.Collection)
-
overrideConfiguration
CreateCapacityManagerDataExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCapacityManagerDataExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-