public static interface DescribeRefreshSchemasStatusResponse.Builder extends DatabaseMigrationResponse.Builder, CopyableBuilder<DescribeRefreshSchemasStatusResponse.Builder,DescribeRefreshSchemasStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeRefreshSchemasStatusResponse.Builder |
refreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus)
The status of the schema.
|
DescribeRefreshSchemasStatusResponse.Builder |
refreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeRefreshSchemasStatusResponse.Builder refreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the schema.
refreshSchemasStatus - The status of the schema.default DescribeRefreshSchemasStatusResponse.Builder refreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus)
The status of the 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.