Interface GetResourceConfigHistoryRequest.Builder

    • Method Detail

      • resourceId

        GetResourceConfigHistoryRequest.Builder resourceId​(String resourceId)

        The ID of the resource (for example., sg-xxxxxx).

        Parameters:
        resourceId - The ID of the resource (for example., sg-xxxxxx).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • laterTime

        GetResourceConfigHistoryRequest.Builder laterTime​(Instant laterTime)

        The chronologically latest time in the time range for which the history requested. If not specified, current time is taken.

        Parameters:
        laterTime - The chronologically latest time in the time range for which the history requested. If not specified, current time is taken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • earlierTime

        GetResourceConfigHistoryRequest.Builder earlierTime​(Instant earlierTime)

        The chronologically earliest time in the time range for which the history requested. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.

        Parameters:
        earlierTime - The chronologically earliest time in the time range for which the history requested. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • chronologicalOrder

        GetResourceConfigHistoryRequest.Builder chronologicalOrder​(String chronologicalOrder)

        The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.

        Parameters:
        chronologicalOrder - The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChronologicalOrder, ChronologicalOrder
      • chronologicalOrder

        GetResourceConfigHistoryRequest.Builder chronologicalOrder​(ChronologicalOrder chronologicalOrder)

        The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.

        Parameters:
        chronologicalOrder - The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChronologicalOrder, ChronologicalOrder
      • limit

        GetResourceConfigHistoryRequest.Builder limit​(Integer limit)

        The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

        Parameters:
        limit - The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetResourceConfigHistoryRequest.Builder nextToken​(String nextToken)

        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

        Parameters:
        nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.