Interface CreateCapacityManagerDataExportRequest.Builder

  • Method Details

    • 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

      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

      The frequency at which data exports are generated.

      Parameters:
      schedule - The frequency at which data exports are generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • schedule

      The frequency at which data exports are generated.

      Parameters:
      schedule - The frequency at which data exports are generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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:
    • 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

      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 is UnauthorizedOperation.

      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 is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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 the TagSpecification.Builder avoiding the need to create one manually via TagSpecification.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tagSpecifications(List<TagSpecification>).

      Parameters:
      tagSpecifications - a consumer that will call methods on TagSpecification.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.