public static interface GetInsightImpactGraphResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetInsightImpactGraphResponse.Builder,GetInsightImpactGraphResponse>
| Modifier and Type | Method and Description |
|---|---|
GetInsightImpactGraphResponse.Builder |
endTime(Instant endTime)
The provided end time.
|
GetInsightImpactGraphResponse.Builder |
insightId(String insightId)
The insight's unique identifier.
|
GetInsightImpactGraphResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
GetInsightImpactGraphResponse.Builder |
serviceGraphEndTime(Instant serviceGraphEndTime)
The time, in Unix seconds, at which the service graph ended.
|
GetInsightImpactGraphResponse.Builder |
serviceGraphStartTime(Instant serviceGraphStartTime)
The time, in Unix seconds, at which the service graph started.
|
GetInsightImpactGraphResponse.Builder |
services(Collection<InsightImpactGraphService> services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResponse.Builder |
services(Consumer<InsightImpactGraphService.Builder>... services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResponse.Builder |
services(InsightImpactGraphService... services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResponse.Builder |
startTime(Instant startTime)
The provided start time.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInsightImpactGraphResponse.Builder insightId(String insightId)
The insight's unique identifier.
insightId - The insight's unique identifier.GetInsightImpactGraphResponse.Builder startTime(Instant startTime)
The provided start time.
startTime - The provided start time.GetInsightImpactGraphResponse.Builder endTime(Instant endTime)
The provided end time.
endTime - The provided end time.GetInsightImpactGraphResponse.Builder serviceGraphStartTime(Instant serviceGraphStartTime)
The time, in Unix seconds, at which the service graph started.
serviceGraphStartTime - The time, in Unix seconds, at which the service graph started.GetInsightImpactGraphResponse.Builder serviceGraphEndTime(Instant serviceGraphEndTime)
The time, in Unix seconds, at which the service graph ended.
serviceGraphEndTime - The time, in Unix seconds, at which the service graph ended.GetInsightImpactGraphResponse.Builder services(Collection<InsightImpactGraphService> services)
The Amazon Web Services instrumented services related to the insight.
services - The Amazon Web Services instrumented services related to the insight.GetInsightImpactGraphResponse.Builder services(InsightImpactGraphService... services)
The Amazon Web Services instrumented services related to the insight.
services - The Amazon Web Services instrumented services related to the insight.GetInsightImpactGraphResponse.Builder services(Consumer<InsightImpactGraphService.Builder>... services)
The Amazon Web Services instrumented services related to the insight.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #services(List) .services - a consumer that will call methods on List.Builder #services(List) GetInsightImpactGraphResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2022. All rights reserved.