public static interface CreateMigrationProjectResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<CreateMigrationProjectResponse.Builder,CreateMigrationProjectResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateMigrationProjectResponse.Builder |
migrationProject(Consumer<MigrationProject.Builder> migrationProject)
The migration project that was created.
|
CreateMigrationProjectResponse.Builder |
migrationProject(MigrationProject migrationProject)
The migration project that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMigrationProjectResponse.Builder migrationProject(MigrationProject migrationProject)
The migration project that was created.
migrationProject - The migration project that was created.default CreateMigrationProjectResponse.Builder migrationProject(Consumer<MigrationProject.Builder> migrationProject)
The migration project that was created.
This is a convenience method that creates an instance of theMigrationProject.Builder avoiding the
need to create one manually via MigrationProject.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to migrationProject(MigrationProject).
migrationProject - a consumer that will call methods on MigrationProject.BuildermigrationProject(MigrationProject)Copyright © 2023. All rights reserved.