Service.Builder |
Service.Builder.accountId(String accountId) |
Identifier of the Amazon Web Services account in which the service runs.
|
static Service.Builder |
Service.builder() |
|
Service.Builder |
Service.Builder.durationHistogram(Collection<HistogramEntry> durationHistogram) |
A histogram that maps the spread of service durations.
|
Service.Builder |
Service.Builder.durationHistogram(Consumer<HistogramEntry.Builder>... durationHistogram) |
A histogram that maps the spread of service durations.
|
Service.Builder |
Service.Builder.durationHistogram(HistogramEntry... durationHistogram) |
A histogram that maps the spread of service durations.
|
Service.Builder |
Service.Builder.edges(Collection<Edge> edges) |
Connections to downstream services.
|
Service.Builder |
Service.Builder.edges(Consumer<Edge.Builder>... edges) |
Connections to downstream services.
|
Service.Builder |
Service.Builder.edges(Edge... edges) |
Connections to downstream services.
|
Service.Builder |
Service.Builder.endTime(Instant endTime) |
The end time of the last segment that the service generated.
|
Service.Builder |
Service.Builder.name(String name) |
The canonical name of the service.
|
Service.Builder |
Service.Builder.names(String... names) |
A list of names for the service, including the canonical name.
|
Service.Builder |
Service.Builder.names(Collection<String> names) |
A list of names for the service, including the canonical name.
|
Service.Builder |
Service.Builder.referenceId(Integer referenceId) |
Identifier for the service.
|
Service.Builder |
Service.Builder.responseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram) |
A histogram that maps the spread of service response times.
|
Service.Builder |
Service.Builder.responseTimeHistogram(Consumer<HistogramEntry.Builder>... responseTimeHistogram) |
A histogram that maps the spread of service response times.
|
Service.Builder |
Service.Builder.responseTimeHistogram(HistogramEntry... responseTimeHistogram) |
A histogram that maps the spread of service response times.
|
Service.Builder |
Service.Builder.root(Boolean root) |
Indicates that the service was the first service to process a request.
|
Service.Builder |
Service.Builder.startTime(Instant startTime) |
The start time of the first segment that the service generated.
|
Service.Builder |
Service.Builder.state(String state) |
The service's state.
|
default Service.Builder |
Service.Builder.summaryStatistics(Consumer<ServiceStatistics.Builder> summaryStatistics) |
Aggregated statistics for the service.
|
Service.Builder |
Service.Builder.summaryStatistics(ServiceStatistics summaryStatistics) |
Aggregated statistics for the service.
|
Service.Builder |
Service.toBuilder() |
|
Service.Builder |
Service.Builder.type(String type) |
The type of service.
|