public static interface GetResourceConfigHistoryRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
GetResourceConfigHistoryRequest.Builder |
chronologicalOrder(ChronologicalOrder chronologicalOrder)
The chronological order for configuration items listed.
|
GetResourceConfigHistoryRequest.Builder |
chronologicalOrder(String chronologicalOrder)
The chronological order for configuration items listed.
|
GetResourceConfigHistoryRequest.Builder |
earlierTime(Instant earlierTime)
The chronologically earliest time in the time range for which the history requested.
|
GetResourceConfigHistoryRequest.Builder |
laterTime(Instant laterTime)
The chronologically latest time in the time range for which the history requested.
|
GetResourceConfigHistoryRequest.Builder |
limit(Integer limit)
The maximum number of configuration items returned on each page.
|
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. |
GetResourceConfigHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetResourceConfigHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetResourceConfigHistoryRequest.Builder |
resourceId(String resourceId)
The ID of the resource (for example.,
sg-xxxxxx). |
GetResourceConfigHistoryRequest.Builder |
resourceType(ResourceType resourceType)
The resource type.
|
GetResourceConfigHistoryRequest.Builder |
resourceType(String resourceType)
The resource type.
|
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 chronologically latest time in the time range for which the history requested. If not specified, current time is taken.
laterTime - The chronologically latest time in the time range for which the history requested. If not specified,
current time is taken.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.
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.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.