Interface GetResourceConfigHistoryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConfigResponse.Builder
,CopyableBuilder<GetResourceConfigHistoryResponse.Builder,
,GetResourceConfigHistoryResponse> SdkBuilder<GetResourceConfigHistoryResponse.Builder,
,GetResourceConfigHistoryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetResourceConfigHistoryResponse
public static interface GetResourceConfigHistoryResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<GetResourceConfigHistoryResponse.Builder,GetResourceConfigHistoryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationItems
(Collection<ConfigurationItem> configurationItems) A list that contains the configuration history of one or more resources.configurationItems
(Consumer<ConfigurationItem.Builder>... configurationItems) A list that contains the configuration history of one or more resources.configurationItems
(ConfigurationItem... configurationItems) A list that contains the configuration history of one or more resources.The string that you use in a subsequent request to get the next page of results in a paginated response.Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
configurationItems
GetResourceConfigHistoryResponse.Builder configurationItems(Collection<ConfigurationItem> configurationItems) A list that contains the configuration history of one or more resources.
- Parameters:
configurationItems
- A list that contains the configuration history of one or more resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationItems
GetResourceConfigHistoryResponse.Builder configurationItems(ConfigurationItem... configurationItems) A list that contains the configuration history of one or more resources.
- Parameters:
configurationItems
- A list that contains the configuration history of one or more resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationItems
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 viaConfigurationItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfigurationItems(List<ConfigurationItem>)
.- Parameters:
configurationItems
- a consumer that will call methods onConfigurationItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Parameters:
nextToken
- The string that you use in a subsequent request to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-