Interface SourceDatabaseMetadata.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SourceDatabaseMetadata.Builder,,- SourceDatabaseMetadata> - SdkBuilder<SourceDatabaseMetadata.Builder,,- SourceDatabaseMetadata> - SdkPojo
- Enclosing class:
- SourceDatabaseMetadata
@Mutable
@NotThreadSafe
public static interface SourceDatabaseMetadata.Builder
extends SdkPojo, CopyableBuilder<SourceDatabaseMetadata.Builder,SourceDatabaseMetadata> 
- 
Method SummaryModifier and TypeMethodDescriptioncaptureTool(String captureTool) The capture tool of the source database metadata.captureTool(CaptureTool captureTool) The capture tool of the source database metadata.The type of the source database metadata.type(SourceDatabase type) The type of the source database metadata.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe type of the source database metadata. - Parameters:
- type- The type of the source database metadata.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe type of the source database metadata. - Parameters:
- type- The type of the source database metadata.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
captureToolThe capture tool of the source database metadata. - Parameters:
- captureTool- The capture tool of the source database metadata.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
captureToolThe capture tool of the source database metadata. - Parameters:
- captureTool- The capture tool of the source database metadata.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-