public static interface GetResourceConfigHistoryRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceConfigHistoryRequest.Builder resourceType(String resourceType)
The resource type.
resourceType - The resource type.ResourceType,
ResourceTypeGetResourceConfigHistoryRequest.Builder resourceType(ResourceType resourceType)
The resource type.
resourceType - The resource type.ResourceType,
ResourceTypeGetResourceConfigHistoryRequest.Builder resourceId(String resourceId)
The ID of the resource (for example., sg-xxxxxx).
resourceId - The ID of the resource (for example., sg-xxxxxx).GetResourceConfigHistoryRequest.Builder laterTime(Instant laterTime)
The time stamp that indicates a later time. If not specified, current time is taken.
laterTime - The time stamp that indicates a later time. If not specified, current time is taken.GetResourceConfigHistoryRequest.Builder earlierTime(Instant earlierTime)
The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.
earlierTime - The time stamp that indicates an earlier time. If not specified, the action returns paginated results
that contain configuration items that start when the first configuration item was recorded.GetResourceConfigHistoryRequest.Builder chronologicalOrder(String chronologicalOrder)
The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
chronologicalOrder - The chronological order for configuration items listed. By default, the results are listed in reverse
chronological order.ChronologicalOrder,
ChronologicalOrderGetResourceConfigHistoryRequest.Builder chronologicalOrder(ChronologicalOrder chronologicalOrder)
The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
chronologicalOrder - The chronological order for configuration items listed. By default, the results are listed in reverse
chronological order.ChronologicalOrder,
ChronologicalOrderGetResourceConfigHistoryRequest.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.
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.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.
nextToken - The nextToken string returned on a previous page that you use to get the next page of
results in a paginated response.GetResourceConfigHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetResourceConfigHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.