public static interface SampleDataS3SourceConfig.Builder extends SdkPojo, CopyableBuilder<SampleDataS3SourceConfig.Builder,SampleDataS3SourceConfig>
| Modifier and Type | Method and Description |
|---|---|
default SampleDataS3SourceConfig.Builder |
fileFormatDescriptor(Consumer<FileFormatDescriptor.Builder> fileFormatDescriptor)
Sets the value of the FileFormatDescriptor property for this object.
|
SampleDataS3SourceConfig.Builder |
fileFormatDescriptor(FileFormatDescriptor fileFormatDescriptor)
Sets the value of the FileFormatDescriptor property for this object.
|
SampleDataS3SourceConfig.Builder |
historicalDataPathList(Collection<String> historicalDataPathList)
An array of strings containing the historical set of data paths.
|
SampleDataS3SourceConfig.Builder |
historicalDataPathList(String... historicalDataPathList)
An array of strings containing the historical set of data paths.
|
SampleDataS3SourceConfig.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role.
|
SampleDataS3SourceConfig.Builder |
templatedPathList(Collection<String> templatedPathList)
An array of strings containing the list of templated paths.
|
SampleDataS3SourceConfig.Builder |
templatedPathList(String... templatedPathList)
An array of strings containing the list of templated paths.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSampleDataS3SourceConfig.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role.
roleArn - The Amazon Resource Name (ARN) of the role.SampleDataS3SourceConfig.Builder templatedPathList(Collection<String> templatedPathList)
An array of strings containing the list of templated paths.
templatedPathList - An array of strings containing the list of templated paths.SampleDataS3SourceConfig.Builder templatedPathList(String... templatedPathList)
An array of strings containing the list of templated paths.
templatedPathList - An array of strings containing the list of templated paths.SampleDataS3SourceConfig.Builder historicalDataPathList(Collection<String> historicalDataPathList)
An array of strings containing the historical set of data paths.
historicalDataPathList - An array of strings containing the historical set of data paths.SampleDataS3SourceConfig.Builder historicalDataPathList(String... historicalDataPathList)
An array of strings containing the historical set of data paths.
historicalDataPathList - An array of strings containing the historical set of data paths.SampleDataS3SourceConfig.Builder fileFormatDescriptor(FileFormatDescriptor fileFormatDescriptor)
fileFormatDescriptor - The new value for the FileFormatDescriptor property for this object.default SampleDataS3SourceConfig.Builder fileFormatDescriptor(Consumer<FileFormatDescriptor.Builder> fileFormatDescriptor)
FileFormatDescriptor.Builder avoiding
the need to create one manually via FileFormatDescriptor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fileFormatDescriptor(FileFormatDescriptor).
fileFormatDescriptor - a consumer that will call methods on FileFormatDescriptor.BuilderfileFormatDescriptor(FileFormatDescriptor)Copyright © 2023. All rights reserved.