Uses of Interface
software.amazon.awssdk.services.databasemigration.model.RefreshSchemasStatus.Builder
-
Packages that use RefreshSchemasStatus.Builder Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of RefreshSchemasStatus.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RefreshSchemasStatus.Builder Modifier and Type Method Description static RefreshSchemasStatus.BuilderRefreshSchemasStatus. builder()RefreshSchemasStatus.BuilderRefreshSchemasStatus.Builder. endpointArn(String endpointArn)The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasStatus.BuilderRefreshSchemasStatus.Builder. lastFailureMessage(String lastFailureMessage)The last failure message for the schema.RefreshSchemasStatus.BuilderRefreshSchemasStatus.Builder. lastRefreshDate(Instant lastRefreshDate)The date the schema was last refreshed.RefreshSchemasStatus.BuilderRefreshSchemasStatus.Builder. replicationInstanceArn(String replicationInstanceArn)The Amazon Resource Name (ARN) of the replication instance.RefreshSchemasStatus.BuilderRefreshSchemasStatus.Builder. status(String status)The status of the schema.RefreshSchemasStatus.BuilderRefreshSchemasStatus.Builder. status(RefreshSchemasStatusTypeValue status)The status of the schema.RefreshSchemasStatus.BuilderRefreshSchemasStatus. toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type RefreshSchemasStatus.Builder Modifier and Type Method Description static Class<? extends RefreshSchemasStatus.Builder>RefreshSchemasStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type RefreshSchemasStatus.Builder Modifier and Type Method Description default DescribeRefreshSchemasStatusResponse.BuilderDescribeRefreshSchemasStatusResponse.Builder. refreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus)The status of the schema.default RefreshSchemasResponse.BuilderRefreshSchemasResponse.Builder. refreshSchemasStatus(Consumer<RefreshSchemasStatus.Builder> refreshSchemasStatus)The status of the refreshed schema.
-