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 Details

    • 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

      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:
    • 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.