Interface TargetDatabaseMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TargetDatabaseMetadata.Builder,
,TargetDatabaseMetadata> SdkBuilder<TargetDatabaseMetadata.Builder,
,TargetDatabaseMetadata> SdkPojo
- Enclosing class:
TargetDatabaseMetadata
@Mutable
@NotThreadSafe
public static interface TargetDatabaseMetadata.Builder
extends SdkPojo, CopyableBuilder<TargetDatabaseMetadata.Builder,TargetDatabaseMetadata>
-
Method Summary
Modifier and TypeMethodDescriptioncaptureTool
(String captureTool) The capture tool of the target database metadata.captureTool
(CaptureTool captureTool) The capture tool of the target database metadata.The type of the target database metadata.type
(TargetDatabase type) The type of the target database metadata.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, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of the target database metadata.
- Parameters:
type
- The type of the target database metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the target database metadata.
- Parameters:
type
- The type of the target database metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
captureTool
The capture tool of the target database metadata.
- Parameters:
captureTool
- The capture tool of the target database metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
captureTool
The capture tool of the target database metadata.
- Parameters:
captureTool
- The capture tool of the target database metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-