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 |
configurationItems(Consumer<ConfigurationItem.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetResourceConfigHistoryResponse.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 configurationItems(Consumer<ConfigurationItem.Builder>... configurationItems)
A list that contains the configuration history of one or more resources.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #configurationItems(List) .configurationItems - a consumer that will call methods on List.Builder #configurationItems(List) 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.