Uses of Interface
software.amazon.awssdk.services.databasemigration.model.CollectorHealthCheck.Builder
Packages that use CollectorHealthCheck.Builder
-
Uses of CollectorHealthCheck.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CollectorHealthCheck.BuilderModifier and TypeMethodDescriptionstatic CollectorHealthCheck.BuilderCollectorHealthCheck.builder()CollectorHealthCheck.Builder.collectorStatus(String collectorStatus) The status of the Fleet Advisor collector.CollectorHealthCheck.Builder.collectorStatus(CollectorStatus collectorStatus) The status of the Fleet Advisor collector.CollectorHealthCheck.Builder.localCollectorS3Access(Boolean localCollectorS3Access) Whether the local collector can access its Amazon S3 bucket.CollectorHealthCheck.toBuilder()CollectorHealthCheck.Builder.webCollectorGrantedRoleBasedAccess(Boolean webCollectorGrantedRoleBasedAccess) Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access the Fleet Advisor web collector.CollectorHealthCheck.Builder.webCollectorS3Access(Boolean webCollectorS3Access) Whether the web collector can access its Amazon S3 bucket.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type CollectorHealthCheck.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CollectorHealthCheck.Builder>CollectorHealthCheck.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type CollectorHealthCheck.BuilderModifier and TypeMethodDescriptiondefault CollectorResponse.BuilderCollectorResponse.Builder.collectorHealthCheck(Consumer<CollectorHealthCheck.Builder> collectorHealthCheck) Sets the value of the CollectorHealthCheck property for this object.