Uses of Interface
software.amazon.awssdk.services.databasemigration.model.CollectorHealthCheck.Builder
-
Packages that use CollectorHealthCheck.Builder Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of CollectorHealthCheck.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CollectorHealthCheck.Builder Modifier and Type Method Description static CollectorHealthCheck.BuilderCollectorHealthCheck. builder()CollectorHealthCheck.BuilderCollectorHealthCheck.Builder. collectorStatus(String collectorStatus)The status of the Fleet Advisor collector.CollectorHealthCheck.BuilderCollectorHealthCheck.Builder. collectorStatus(CollectorStatus collectorStatus)The status of the Fleet Advisor collector.CollectorHealthCheck.BuilderCollectorHealthCheck.Builder. localCollectorS3Access(Boolean localCollectorS3Access)Whether the local collector can access its Amazon S3 bucket.CollectorHealthCheck.BuilderCollectorHealthCheck. toBuilder()CollectorHealthCheck.BuilderCollectorHealthCheck.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.BuilderCollectorHealthCheck.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.Builder Modifier and Type Method Description static Class<? extends CollectorHealthCheck.Builder>CollectorHealthCheck. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type CollectorHealthCheck.Builder Modifier and Type Method Description default CollectorResponse.BuilderCollectorResponse.Builder. collectorHealthCheck(Consumer<CollectorHealthCheck.Builder> collectorHealthCheck)Sets the value of the CollectorHealthCheck property for this object.
-