| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
static GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.builder() |
GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.Builder.endTime(Instant endTime)
The provided end time.
|
GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.Builder.insightId(String insightId)
The insight's unique identifier.
|
GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.Builder.nextToken(String nextToken)
Pagination token.
|
GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.Builder.serviceGraphEndTime(Instant serviceGraphEndTime)
The time, in Unix seconds, at which the service graph ended.
|
GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.Builder.serviceGraphStartTime(Instant serviceGraphStartTime)
The time, in Unix seconds, at which the service graph started.
|
GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.Builder.services(Collection<InsightImpactGraphService> services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.Builder.services(Consumer<InsightImpactGraphService.Builder>... services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.Builder.services(InsightImpactGraphService... services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.Builder.startTime(Instant startTime)
The provided start time.
|
GetInsightImpactGraphResponse.Builder |
GetInsightImpactGraphResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetInsightImpactGraphResponse.Builder> |
GetInsightImpactGraphResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.