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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResourceConfigHistoryResponse.BuilderconfigurationItems(Collection<ConfigurationItem> configurationItems)A list that contains the configuration history of one or more resources.GetResourceConfigHistoryResponse.BuilderconfigurationItems(Consumer<ConfigurationItem.Builder>... configurationItems)A list that contains the configuration history of one or more resources.GetResourceConfigHistoryResponse.BuilderconfigurationItems(ConfigurationItem... configurationItems)A list that contains the configuration history of one or more resources.GetResourceConfigHistoryResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaConfigurationItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#configurationItems(List.) - 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:
#configurationItems(java.util.Collection)
-
nextToken
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.
- 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.
-
-