Interface SourceDatabaseMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceDatabaseMetadata.Builder,SourceDatabaseMetadata>,SdkBuilder<SourceDatabaseMetadata.Builder,SourceDatabaseMetadata>,SdkPojo
- Enclosing class:
- SourceDatabaseMetadata
public static interface SourceDatabaseMetadata.Builder extends SdkPojo, CopyableBuilder<SourceDatabaseMetadata.Builder,SourceDatabaseMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceDatabaseMetadata.BuildercaptureTool(String captureTool)The capture tool of the source database metadata.SourceDatabaseMetadata.BuildercaptureTool(CaptureTool captureTool)The capture tool of the source database metadata.SourceDatabaseMetadata.Buildertype(String type)The type of the source database metadata.SourceDatabaseMetadata.Buildertype(SourceDatabase type)The type of the source 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 Detail
-
type
SourceDatabaseMetadata.Builder type(String type)
The 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:
SourceDatabase,SourceDatabase
-
type
SourceDatabaseMetadata.Builder type(SourceDatabase type)
The 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:
SourceDatabase,SourceDatabase
-
captureTool
SourceDatabaseMetadata.Builder captureTool(String captureTool)
The 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:
CaptureTool,CaptureTool
-
captureTool
SourceDatabaseMetadata.Builder captureTool(CaptureTool captureTool)
The 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:
CaptureTool,CaptureTool
-
-