Interface CollectorHealthCheck.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollectorHealthCheck.Builder,CollectorHealthCheck>,SdkBuilder<CollectorHealthCheck.Builder,CollectorHealthCheck>,SdkPojo
- Enclosing class:
- CollectorHealthCheck
@Mutable @NotThreadSafe public static interface CollectorHealthCheck.Builder extends SdkPojo, CopyableBuilder<CollectorHealthCheck.Builder,CollectorHealthCheck>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectorHealthCheck.BuildercollectorStatus(String collectorStatus)The status of the Fleet Advisor collector.CollectorHealthCheck.BuildercollectorStatus(CollectorStatus collectorStatus)The status of the Fleet Advisor collector.CollectorHealthCheck.BuilderlocalCollectorS3Access(Boolean localCollectorS3Access)Whether the local collector can access its Amazon S3 bucket.CollectorHealthCheck.BuilderwebCollectorGrantedRoleBasedAccess(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.BuilderwebCollectorS3Access(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
collectorStatus
CollectorHealthCheck.Builder collectorStatus(String 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,CollectorStatus
-
collectorStatus
CollectorHealthCheck.Builder collectorStatus(CollectorStatus 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,CollectorStatus
-
localCollectorS3Access
CollectorHealthCheck.Builder localCollectorS3Access(Boolean 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
CollectorHealthCheck.Builder webCollectorS3Access(Boolean 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.
-
-