Interface OutputFile.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputFile.Builder,
,OutputFile> SdkBuilder<OutputFile.Builder,
,OutputFile> SdkPojo
- Enclosing class:
OutputFile
@Mutable
@NotThreadSafe
public static interface OutputFile.Builder
extends SdkPojo, CopyableBuilder<OutputFile.Builder,OutputFile>
-
Method Summary
Modifier and TypeMethodDescriptionfileLocation
(String fileLocation) The file location of the output 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, sdkFieldNameToField, sdkFields
-
Method Details
-
fileLocation
The file location of the output file.
- Parameters:
fileLocation
- The file location of the output file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-