public static interface RefreshSchemasResponse.Builder extends DatabaseMigrationResponse.Builder, CopyableBuilder<RefreshSchemasResponse.Builder,RefreshSchemasResponse>
| Modifier and Type | Method and Description |
|---|---|
default RefreshSchemasResponse.Builder |
refreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus)
The status of the refreshed schema.
|
RefreshSchemasResponse.Builder |
refreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildRefreshSchemasResponse.Builder refreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.
refreshSchemasStatus - The status of the refreshed schema.default RefreshSchemasResponse.Builder refreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus)
The status of the refreshed schema.
This is a convenience that creates an instance of theRefreshSchemasStatus.Builder avoiding the need
to create one manually via RefreshSchemasStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to refreshSchemasStatus(RefreshSchemasStatus).refreshSchemasStatus - a consumer that will call methods on RefreshSchemasStatus.BuilderrefreshSchemasStatus(RefreshSchemasStatus)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.