public static interface CollectorHealthCheck.Builder extends SdkPojo, CopyableBuilder<CollectorHealthCheck.Builder,CollectorHealthCheck>
| Modifier and Type | Method and Description |
|---|---|
CollectorHealthCheck.Builder |
collectorStatus(CollectorStatus collectorStatus)
The status of the Fleet Advisor collector.
|
CollectorHealthCheck.Builder |
collectorStatus(String collectorStatus)
The status of the Fleet Advisor collector.
|
CollectorHealthCheck.Builder |
localCollectorS3Access(Boolean localCollectorS3Access)
Whether the local collector can access its Amazon S3 bucket.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollectorHealthCheck.Builder collectorStatus(String collectorStatus)
The status of the Fleet Advisor collector.
collectorStatus - The status of the Fleet Advisor collector.CollectorStatus,
CollectorStatusCollectorHealthCheck.Builder collectorStatus(CollectorStatus collectorStatus)
The status of the Fleet Advisor collector.
collectorStatus - The status of the Fleet Advisor collector.CollectorStatus,
CollectorStatusCollectorHealthCheck.Builder localCollectorS3Access(Boolean localCollectorS3Access)
Whether the local collector can access its Amazon S3 bucket.
localCollectorS3Access - Whether the local collector can access its Amazon S3 bucket.CollectorHealthCheck.Builder webCollectorS3Access(Boolean webCollectorS3Access)
Whether the web collector can access its Amazon S3 bucket.
webCollectorS3Access - Whether the web collector can access its Amazon S3 bucket.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.
webCollectorGrantedRoleBasedAccess - Whether the role that you provided when creating the Fleet Advisor collector has sufficient
permissions to access the Fleet Advisor web collector.Copyright © 2023. All rights reserved.