Interface SampleDataS3SourceConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SampleDataS3SourceConfig.Builder,SampleDataS3SourceConfig>,SdkBuilder<SampleDataS3SourceConfig.Builder,SampleDataS3SourceConfig>,SdkPojo
- Enclosing class:
- SampleDataS3SourceConfig
public static interface SampleDataS3SourceConfig.Builder extends SdkPojo, CopyableBuilder<SampleDataS3SourceConfig.Builder,SampleDataS3SourceConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SampleDataS3SourceConfig.BuilderfileFormatDescriptor(Consumer<FileFormatDescriptor.Builder> fileFormatDescriptor)Sets the value of the FileFormatDescriptor property for this object.SampleDataS3SourceConfig.BuilderfileFormatDescriptor(FileFormatDescriptor fileFormatDescriptor)Sets the value of the FileFormatDescriptor property for this object.SampleDataS3SourceConfig.BuilderhistoricalDataPathList(String... historicalDataPathList)An array of strings containing the historical set of data paths.SampleDataS3SourceConfig.BuilderhistoricalDataPathList(Collection<String> historicalDataPathList)An array of strings containing the historical set of data paths.SampleDataS3SourceConfig.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the role.SampleDataS3SourceConfig.BuildertemplatedPathList(String... templatedPathList)An array of strings containing the list of templated paths.SampleDataS3SourceConfig.BuildertemplatedPathList(Collection<String> templatedPathList)An array of strings containing the list of templated paths.-
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
-
roleArn
SampleDataS3SourceConfig.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templatedPathList
SampleDataS3SourceConfig.Builder templatedPathList(Collection<String> templatedPathList)
An array of strings containing the list of templated paths.
- Parameters:
templatedPathList- An array of strings containing the list of templated paths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templatedPathList
SampleDataS3SourceConfig.Builder templatedPathList(String... templatedPathList)
An array of strings containing the list of templated paths.
- Parameters:
templatedPathList- An array of strings containing the list of templated paths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
historicalDataPathList
SampleDataS3SourceConfig.Builder historicalDataPathList(Collection<String> historicalDataPathList)
An array of strings containing the historical set of data paths.
- Parameters:
historicalDataPathList- An array of strings containing the historical set of data paths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
historicalDataPathList
SampleDataS3SourceConfig.Builder historicalDataPathList(String... historicalDataPathList)
An array of strings containing the historical set of data paths.
- Parameters:
historicalDataPathList- An array of strings containing the historical set of data paths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileFormatDescriptor
SampleDataS3SourceConfig.Builder fileFormatDescriptor(FileFormatDescriptor fileFormatDescriptor)
Sets the value of the FileFormatDescriptor property for this object.- Parameters:
fileFormatDescriptor- The new value for the FileFormatDescriptor property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileFormatDescriptor
default SampleDataS3SourceConfig.Builder fileFormatDescriptor(Consumer<FileFormatDescriptor.Builder> fileFormatDescriptor)
Sets the value of the FileFormatDescriptor property for this object. This is a convenience method that creates an instance of theFileFormatDescriptor.Builderavoiding the need to create one manually viaFileFormatDescriptor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofileFormatDescriptor(FileFormatDescriptor).- Parameters:
fileFormatDescriptor- a consumer that will call methods onFileFormatDescriptor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fileFormatDescriptor(FileFormatDescriptor)
-
-