| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static RefreshSchemasStatus.Builder |
RefreshSchemasStatus.builder() |
RefreshSchemasStatus.Builder |
RefreshSchemasStatus.Builder.endpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
RefreshSchemasStatus.Builder |
RefreshSchemasStatus.Builder.lastFailureMessage(String lastFailureMessage)
The last failure message for the schema.
|
RefreshSchemasStatus.Builder |
RefreshSchemasStatus.Builder.lastRefreshDate(Instant lastRefreshDate)
The date the schema was last refreshed.
|
RefreshSchemasStatus.Builder |
RefreshSchemasStatus.Builder.replicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
RefreshSchemasStatus.Builder |
RefreshSchemasStatus.Builder.status(RefreshSchemasStatusTypeValue status)
The status of the schema.
|
RefreshSchemasStatus.Builder |
RefreshSchemasStatus.Builder.status(String status)
The status of the schema.
|
RefreshSchemasStatus.Builder |
RefreshSchemasStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RefreshSchemasStatus.Builder> |
RefreshSchemasStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RefreshSchemasResponse.Builder |
RefreshSchemasResponse.Builder.refreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus)
The status of the refreshed schema.
|
default DescribeRefreshSchemasStatusResponse.Builder |
DescribeRefreshSchemasStatusResponse.Builder.refreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus)
The status of the schema.
|
Copyright © 2023. All rights reserved.