Interface GetInsightImpactGraphRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>,SdkBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>,SdkPojo,SdkRequest.Builder,XRayRequest.Builder
- Enclosing class:
- GetInsightImpactGraphRequest
@Mutable @NotThreadSafe public static interface GetInsightImpactGraphRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInsightImpactGraphRequest.BuilderendTime(Instant endTime)The estimated end time of the insight, in Unix time seconds.GetInsightImpactGraphRequest.BuilderinsightId(String insightId)The insight's unique identifier.GetInsightImpactGraphRequest.BuildernextToken(String nextToken)Specify the pagination token returned by a previous request to retrieve the next page of results.GetInsightImpactGraphRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInsightImpactGraphRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetInsightImpactGraphRequest.BuilderstartTime(Instant startTime)The estimated start time of the insight, in Unix time seconds.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.xray.model.XRayRequest.Builder
build
-
-
-
-
Method Detail
-
insightId
GetInsightImpactGraphRequest.Builder insightId(String insightId)
The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.
- Parameters:
insightId- The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetInsightImpactGraphRequest.Builder nextToken(String nextToken)
Specify the pagination token returned by a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token returned by a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetInsightImpactGraphRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetInsightImpactGraphRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-