Interface ListConfigurationHistoryRequest.Builder

  • Method Details

    • resourceGroupName

      ListConfigurationHistoryRequest.Builder resourceGroupName(String resourceGroupName)

      Resource group to which the application belongs.

      Parameters:
      resourceGroupName - Resource group to which the application belongs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The start time of the event.

      Parameters:
      startTime - The start time of the event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The end time of the event.

      Parameters:
      endTime - The end time of the event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventStatus

      The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

      Parameters:
      eventStatus - The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • eventStatus

      The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

      Parameters:
      eventStatus - The status of the configuration update event. Possible values include INFO, WARN, and ERROR.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

      Parameters:
      maxResults - The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

      Parameters:
      nextToken - The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountId

      The AWS account ID for the resource group owner.

      Parameters:
      accountId - The AWS account ID for the resource group owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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