Interface GetInsightImpactGraphRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>, SdkBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>, SdkPojo, SdkRequest.Builder, XRayRequest.Builder
Enclosing class:
GetInsightImpactGraphRequest

public static interface GetInsightImpactGraphRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<GetInsightImpactGraphRequest.Builder,GetInsightImpactGraphRequest>
  • Method Details

    • 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

      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

      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.