ScraperSummary.Builder |
ScraperSummary.Builder.alias(String alias) |
(Optional) A name associated with the scraper.
|
ScraperSummary.Builder |
ScraperSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the scraper.
|
static ScraperSummary.Builder |
ScraperSummary.builder() |
|
ScraperSummary.Builder |
ScraperSummary.Builder.createdAt(Instant createdAt) |
The date and time that the scraper was created.
|
default ScraperSummary.Builder |
ScraperSummary.Builder.destination(Consumer<Destination.Builder> destination) |
The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.
|
ScraperSummary.Builder |
ScraperSummary.Builder.destination(Destination destination) |
The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.
|
ScraperSummary.Builder |
ScraperSummary.Builder.lastModifiedAt(Instant lastModifiedAt) |
The date and time that the scraper was last modified.
|
ScraperSummary.Builder |
ScraperSummary.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role that provides permissions for the scraper to discover and
collect metrics on your behalf.
|
ScraperSummary.Builder |
ScraperSummary.Builder.scraperId(String scraperId) |
The ID of the scraper.
|
default ScraperSummary.Builder |
ScraperSummary.Builder.source(Consumer<Source.Builder> source) |
The Amazon EKS cluster from which the scraper collects metrics.
|
ScraperSummary.Builder |
ScraperSummary.Builder.source(Source source) |
The Amazon EKS cluster from which the scraper collects metrics.
|
default ScraperSummary.Builder |
ScraperSummary.Builder.status(Consumer<ScraperStatus.Builder> status) |
A structure that contains the current status of the scraper.
|
ScraperSummary.Builder |
ScraperSummary.Builder.status(ScraperStatus status) |
A structure that contains the current status of the scraper.
|
ScraperSummary.Builder |
ScraperSummary.Builder.statusReason(String statusReason) |
If there is a failure, the reason for the failure.
|
ScraperSummary.Builder |
ScraperSummary.Builder.tags(Map<String,String> tags) |
(Optional) The list of tag keys and values associated with the scraper.
|
ScraperSummary.Builder |
ScraperSummary.toBuilder() |
|