Interface GetInsightSummariesRequest.Builder

  • Method Details

    • statesWithStrings

      The list of insight states.

      Parameters:
      states - The list of insight states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statesWithStrings

      GetInsightSummariesRequest.Builder statesWithStrings(String... states)

      The list of insight states.

      Parameters:
      states - The list of insight states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • states

      The list of insight states.

      Parameters:
      states - The list of insight states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • states

      The list of insight states.

      Parameters:
      states - The list of insight states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupARN

      The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.

      Parameters:
      groupARN - The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupName

      The name of the group. Required if the GroupARN isn't provided.

      Parameters:
      groupName - The name of the group. Required if the GroupARN isn't provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.

      Parameters:
      startTime - The beginning of the time frame in which the insights started. The start time 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 end of the time frame in which the insights ended. The end time can't be more than 30 days old.

      Parameters:
      endTime - The end of the time frame in which the insights ended. The end time can't be more than 30 days old.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to display.

      Parameters:
      maxResults - The maximum number of results to display.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      Pagination token.

      Parameters:
      nextToken - Pagination token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetInsightSummariesRequest.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.