CopyableBuilder<GetResourceConfigHistoryResponse.Builder,GetResourceConfigHistoryResponse>
, SdkBuilder<GetResourceConfigHistoryResponse.Builder,GetResourceConfigHistoryResponse>
public static interface GetResourceConfigHistoryResponse.Builder extends CopyableBuilder<GetResourceConfigHistoryResponse.Builder,GetResourceConfigHistoryResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setConfigurationItems(java.util.Collection)
or #withConfigurationItems(java.util.Collection)
if you want to override the existing values.
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.