Interface OutputFile.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutputFile.Builder,,OutputFile> SdkBuilder<OutputFile.Builder,,OutputFile> SdkPojo
- Enclosing class:
OutputFile
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
-