CopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
, SdkBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
public static interface GetResourceConfigHistoryRequest.Builder extends CopyableBuilder<GetResourceConfigHistoryRequest.Builder,GetResourceConfigHistoryRequest>
Modifier and Type | Method | Description |
---|---|---|
GetResourceConfigHistoryRequest.Builder |
chronologicalOrder(String chronologicalOrder) |
The chronological order for configuration items listed.
|
GetResourceConfigHistoryRequest.Builder |
chronologicalOrder(ChronologicalOrder chronologicalOrder) |
The chronological order for configuration items listed.
|
GetResourceConfigHistoryRequest.Builder |
earlierTime(Date earlierTime) |
The time stamp that indicates an earlier time.
|
GetResourceConfigHistoryRequest.Builder |
laterTime(Date laterTime) |
The time stamp that indicates a later time.
|
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 |
resourceId(String resourceId) |
The ID of the resource (for example.,
sg-xxxxxx ). |
GetResourceConfigHistoryRequest.Builder |
resourceType(String resourceType) |
The resource type.
|
GetResourceConfigHistoryRequest.Builder |
resourceType(ResourceType resourceType) |
The resource type.
|
copy
apply, build
GetResourceConfigHistoryRequest.Builder resourceType(String resourceType)
The resource type.
resourceType
- The resource type.ResourceType
GetResourceConfigHistoryRequest.Builder resourceType(ResourceType resourceType)
The resource type.
resourceType
- The resource type.ResourceType
GetResourceConfigHistoryRequest.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(Date 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(Date earlierTime)
The time stamp that indicates an earlier time. If not specified, the action returns paginated results that contain configuration items that start from 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 from 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
GetResourceConfigHistoryRequest.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
GetResourceConfigHistoryRequest.Builder limit(Integer limit)
The maximum number of configuration items returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
limit
- The maximum number of configuration items returned on each page. The default is 10. You cannot specify
a limit greater than 100. If you specify 0, AWS 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.