Interface CollectorHealthCheck.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CollectorHealthCheck.Builder,
,CollectorHealthCheck> SdkBuilder<CollectorHealthCheck.Builder,
,CollectorHealthCheck> SdkPojo
- Enclosing class:
CollectorHealthCheck
public static interface CollectorHealthCheck.Builder
extends SdkPojo, CopyableBuilder<CollectorHealthCheck.Builder,CollectorHealthCheck>
-
Method Summary
Modifier and TypeMethodDescriptioncollectorStatus
(String collectorStatus) The status of the Fleet Advisor collector.collectorStatus
(CollectorStatus collectorStatus) The status of the Fleet Advisor collector.localCollectorS3Access
(Boolean localCollectorS3Access) Whether the local collector can access its Amazon S3 bucket.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.webCollectorS3Access
(Boolean webCollectorS3Access) Whether the web collector can access its Amazon S3 bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
collectorStatus
The status of the Fleet Advisor collector.
- Parameters:
collectorStatus
- The status of the Fleet Advisor collector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
collectorStatus
The status of the Fleet Advisor collector.
- Parameters:
collectorStatus
- The status of the Fleet Advisor collector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
localCollectorS3Access
Whether the local collector can access its Amazon S3 bucket.
- Parameters:
localCollectorS3Access
- Whether the local collector can access its Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webCollectorS3Access
Whether the web collector can access its Amazon S3 bucket.
- Parameters:
webCollectorS3Access
- Whether the web collector can access its Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webCollectorGrantedRoleBasedAccess
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.
- Parameters:
webCollectorGrantedRoleBasedAccess
- Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access the Fleet Advisor web collector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-