public static interface GetInsightImpactGraphRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>
| Modifier and Type | Method and Description |
|---|---|
GetInsightImpactGraphRequest.Builder |
endTime(Instant endTime)
The estimated end time of the insight, in Unix time seconds.
|
GetInsightImpactGraphRequest.Builder |
insightId(String insightId)
The insight's unique identifier.
|
GetInsightImpactGraphRequest.Builder |
nextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of results.
|
GetInsightImpactGraphRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetInsightImpactGraphRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetInsightImpactGraphRequest.Builder |
startTime(Instant startTime)
The estimated start time of the insight, in Unix time seconds.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInsightImpactGraphRequest.Builder insightId(String insightId)
The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
insightId - The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.GetInsightImpactGraphRequest.Builder startTime(Instant startTime)
The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old.
startTime - The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value
provided and can't be more than 30 days old.GetInsightImpactGraphRequest.Builder endTime(Instant endTime)
The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours.
endTime - The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value
provided. The time range between the start time and end time can't be more than six hours.GetInsightImpactGraphRequest.Builder nextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of results.
nextToken - Specify the pagination token returned by a previous request to retrieve the next page of results.GetInsightImpactGraphRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetInsightImpactGraphRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.