Interface GetResourceConfigHistoryRequest.Builder

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

public static interface GetResourceConfigHistoryRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
  • Method Details

    • resourceType

      GetResourceConfigHistoryRequest.Builder resourceType(String resourceType)

      The resource type.

      Parameters:
      resourceType - The resource type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      The resource type.

      Parameters:
      resourceType - The resource type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

      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:
    • 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

      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.
    • overrideConfiguration

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