Interface ListConfigurationHistoryRequest.Builder

    • Method Detail

      • 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

        ListConfigurationHistoryRequest.Builder startTime​(Instant 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

        ListConfigurationHistoryRequest.Builder endTime​(Instant 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.
      • maxResults

        ListConfigurationHistoryRequest.Builder maxResults​(Integer 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

        ListConfigurationHistoryRequest.Builder nextToken​(String 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

        ListConfigurationHistoryRequest.Builder accountId​(String 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.