public static interface FileGroupSettings.Builder extends SdkPojo, CopyableBuilder<FileGroupSettings.Builder,FileGroupSettings>
| Modifier and Type | Method and Description |
|---|---|
FileGroupSettings.Builder |
destination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
default FileGroupSettings.Builder |
destinationSettings(Consumer<DestinationSettings.Builder> destinationSettings)
Settings associated with the destination.
|
FileGroupSettings.Builder |
destinationSettings(DestinationSettings destinationSettings)
Settings associated with the destination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileGroupSettings.Builder destination(String destination)
destination - Use Destination (Destination) to specify the S3 output location and the output filename base.
Destination accepts format identifiers. If you do not specify the base filename in the URI, the
service will use the filename of the input file. If your job has multiple inputs, the service uses the
filename of the first input file.FileGroupSettings.Builder destinationSettings(DestinationSettings destinationSettings)
destinationSettings - Settings associated with the destination. Will vary based on the type of destinationdefault FileGroupSettings.Builder destinationSettings(Consumer<DestinationSettings.Builder> destinationSettings)
DestinationSettings.Builder avoiding the need to create one
manually via DestinationSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to destinationSettings(DestinationSettings).
destinationSettings - a consumer that will call methods on DestinationSettings.BuilderdestinationSettings(DestinationSettings)Copyright © 2023. All rights reserved.