public static interface GetInsightImpactGraphResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetInsightImpactGraphResponse.Builder,GetInsightImpactGraphResponse>
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 AWS instrumented services related to the insight.
services - The AWS instrumented services related to the insight.GetInsightImpactGraphResponse.Builder services(InsightImpactGraphService... services)
The AWS instrumented services related to the insight.
services - The AWS instrumented services related to the insight.GetInsightImpactGraphResponse.Builder services(Consumer<InsightImpactGraphService.Builder>... services)
The AWS 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 © 2021. All rights reserved.