Interface CollectorHealthCheck.Builder

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