Interface ExportSqlDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExportSqlDetails.Builder,,ExportSqlDetails> SdkBuilder<ExportSqlDetails.Builder,,ExportSqlDetails> SdkPojo
- Enclosing class:
ExportSqlDetails
@Mutable
@NotThreadSafe
public static interface ExportSqlDetails.Builder
extends SdkPojo, CopyableBuilder<ExportSqlDetails.Builder,ExportSqlDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe URL of the Amazon S3 object that contains the ZIP archive with exported DDL scripts.s3ObjectKey(String s3ObjectKey) The Amazon S3 URI of the object that contains the ZIP archive with exported DDL scripts.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
-
s3ObjectKey
The Amazon S3 URI of the object that contains the ZIP archive with exported DDL scripts.
- Parameters:
s3ObjectKey- The Amazon S3 URI of the object that contains the ZIP archive with exported DDL scripts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectURL
The URL of the Amazon S3 object that contains the ZIP archive with exported DDL scripts.
- Parameters:
objectURL- The URL of the Amazon S3 object that contains the ZIP archive with exported DDL scripts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-