Interface DestinationConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DestinationConfiguration.Builder,,DestinationConfiguration> SdkBuilder<DestinationConfiguration.Builder,,DestinationConfiguration> SdkPojo
- Enclosing class:
DestinationConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault DestinationConfiguration.BuilderlookupTableConfiguration(Consumer<LookupTableConfiguration.Builder> lookupTableConfiguration) Configuration for delivering query results to a lookup table.lookupTableConfiguration(LookupTableConfiguration lookupTableConfiguration) Configuration for delivering query results to a lookup table.default DestinationConfiguration.Builders3Configuration(Consumer<S3Configuration.Builder> s3Configuration) Configuration for delivering query results to Amazon S3.s3Configuration(S3Configuration s3Configuration) Configuration for delivering query results to Amazon S3.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, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Configuration
Configuration for delivering query results to Amazon S3.
- Parameters:
s3Configuration- Configuration for delivering query results to Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Configuration
default DestinationConfiguration.Builder s3Configuration(Consumer<S3Configuration.Builder> s3Configuration) Configuration for delivering query results to Amazon S3.
This is a convenience method that creates an instance of theS3Configuration.Builderavoiding the need to create one manually viaS3Configuration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Configuration(S3Configuration).- Parameters:
s3Configuration- a consumer that will call methods onS3Configuration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lookupTableConfiguration
DestinationConfiguration.Builder lookupTableConfiguration(LookupTableConfiguration lookupTableConfiguration) Configuration for delivering query results to a lookup table. The query results automatically populate or refresh the specified lookup table on each scheduled execution.
- Parameters:
lookupTableConfiguration- Configuration for delivering query results to a lookup table. The query results automatically populate or refresh the specified lookup table on each scheduled execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lookupTableConfiguration
default DestinationConfiguration.Builder lookupTableConfiguration(Consumer<LookupTableConfiguration.Builder> lookupTableConfiguration) Configuration for delivering query results to a lookup table. The query results automatically populate or refresh the specified lookup table on each scheduled execution.
This is a convenience method that creates an instance of theLookupTableConfiguration.Builderavoiding the need to create one manually viaLookupTableConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolookupTableConfiguration(LookupTableConfiguration).- Parameters:
lookupTableConfiguration- a consumer that will call methods onLookupTableConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-