public static interface GetResourceConfigHistoryResponse.Builder extends ConfigResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theConfigurationItem.Builder avoiding the need to create
one manually via ConfigurationItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #configurationItems(List.
configurationItems - a consumer that will call methods on
ConfigurationItem.Builder#configurationItems(java.util.Collection) 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 © 2023. All rights reserved.