Interface S3OutputConfigurations.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3OutputConfigurations.Builder,S3OutputConfigurations>, SdkBuilder<S3OutputConfigurations.Builder,S3OutputConfigurations>, SdkPojo
Enclosing class:
S3OutputConfigurations

public static interface S3OutputConfigurations.Builder extends SdkPojo, CopyableBuilder<S3OutputConfigurations.Builder,S3OutputConfigurations>
  • Method Details

    • compression

      S3OutputConfigurations.Builder compression(String compression)

      The compression type for the data export.

      Parameters:
      compression - The compression type for the data export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • compression

      The compression type for the data export.

      Parameters:
      compression - The compression type for the data export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The file format for the data export.

      Parameters:
      format - The file format for the data export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The file format for the data export.

      Parameters:
      format - The file format for the data export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outputType

      S3OutputConfigurations.Builder outputType(String outputType)

      The output type for the data export.

      Parameters:
      outputType - The output type for the data export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outputType

      The output type for the data export.

      Parameters:
      outputType - The output type for the data export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overwrite

      S3OutputConfigurations.Builder overwrite(String overwrite)

      The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.

      Parameters:
      overwrite - The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overwrite

      The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.

      Parameters:
      overwrite - The rule to follow when generating a version of the data export file. You have the choice to overwrite the previous version or to be delivered in addition to the previous versions. Overwriting exports can save on Amazon S3 storage costs. Creating new export versions allows you to track the changes in cost and usage data over time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: