public static interface GetResourceConfigHistoryResponse.Builder extends ConfigResponse.Builder, CopyableBuilder<GetResourceConfigHistoryResponse.Builder,GetResourceConfigHistoryResponse>
Modifier and Type | Method and Description |
---|---|
GetResourceConfigHistoryResponse.Builder |
configurationItems(Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
|
GetResourceConfigHistoryResponse.Builder |
configurationItems(ConfigurationItem... configurationItems)
A list that contains the configuration history of one or more resources.
|
GetResourceConfigHistoryResponse.Builder |
nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
build
copy
apply, build
GetResourceConfigHistoryResponse.Builder configurationItems(Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
configurationItems
- A list that contains the configuration history of one or more resources.GetResourceConfigHistoryResponse.Builder configurationItems(ConfigurationItem... configurationItems)
A list that contains the configuration history of one or more resources.
configurationItems
- A list that contains the configuration history of one or more resources.GetResourceConfigHistoryResponse.Builder nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken
- The string that you use in a subsequent request to get the next page of results in a paginated
response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.