Interface CreateCapacityManagerDataExportRequest.Builder

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

        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.