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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3OutputConfigurations.Buildercompression(String compression)The compression type for the data export.S3OutputConfigurations.Buildercompression(CompressionOption compression)The compression type for the data export.S3OutputConfigurations.Builderformat(String format)The file format for the data export.S3OutputConfigurations.Builderformat(FormatOption format)The file format for the data export.S3OutputConfigurations.BuilderoutputType(String outputType)The output type for the data export.S3OutputConfigurations.BuilderoutputType(S3OutputType outputType)The output type for the data export.S3OutputConfigurations.Builderoverwrite(String overwrite)The rule to follow when generating a version of the data export file.S3OutputConfigurations.Builderoverwrite(OverwriteOption overwrite)The rule to follow when generating a version of the data export file.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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:
CompressionOption,CompressionOption
-
compression
S3OutputConfigurations.Builder compression(CompressionOption 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:
CompressionOption,CompressionOption
-
format
S3OutputConfigurations.Builder format(String 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:
FormatOption,FormatOption
-
format
S3OutputConfigurations.Builder format(FormatOption 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:
FormatOption,FormatOption
-
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:
S3OutputType,S3OutputType
-
outputType
S3OutputConfigurations.Builder outputType(S3OutputType 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:
S3OutputType,S3OutputType
-
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:
OverwriteOption,OverwriteOption
-
overwrite
S3OutputConfigurations.Builder overwrite(OverwriteOption 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:
OverwriteOption,OverwriteOption
-
-