Uses of Interface
software.amazon.awssdk.services.databasemigration.model.RefreshSchemasStatus.Builder
Packages that use RefreshSchemasStatus.Builder
-
Uses of RefreshSchemasStatus.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RefreshSchemasStatus.BuilderModifier and TypeMethodDescriptionstatic RefreshSchemasStatus.BuilderRefreshSchemasStatus.builder()RefreshSchemasStatus.Builder.endpointArn(String endpointArn) The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasStatus.Builder.lastFailureMessage(String lastFailureMessage) The last failure message for the schema.RefreshSchemasStatus.Builder.lastRefreshDate(Instant lastRefreshDate) The date the schema was last refreshed.RefreshSchemasStatus.Builder.replicationInstanceArn(String replicationInstanceArn) The Amazon Resource Name (ARN) of the replication instance.The status of the schema.RefreshSchemasStatus.Builder.status(RefreshSchemasStatusTypeValue status) The status of the schema.RefreshSchemasStatus.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type RefreshSchemasStatus.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RefreshSchemasStatus.Builder>RefreshSchemasStatus.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type RefreshSchemasStatus.BuilderModifier and TypeMethodDescriptionDescribeRefreshSchemasStatusResponse.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.