Interface S3TablesIntegration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3TablesIntegration.Builder,,S3TablesIntegration> SdkBuilder<S3TablesIntegration.Builder,,S3TablesIntegration> SdkPojo
- Enclosing class:
S3TablesIntegration
@Mutable
@NotThreadSafe
public static interface S3TablesIntegration.Builder
extends SdkPojo, CopyableBuilder<S3TablesIntegration.Builder,S3TablesIntegration>
-
Method Summary
Modifier and TypeMethodDescriptiondatasourceName(String datasourceName) The name of the S3 Tables datasource.datasourceType(String datasourceType) The type of the S3 Tables datasource.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
-
datasourceName
The name of the S3 Tables datasource.
- Parameters:
datasourceName- The name of the S3 Tables datasource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasourceType
The type of the S3 Tables datasource.
- Parameters:
datasourceType- The type of the S3 Tables datasource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-