Interface ListConfigurationRecordersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<ListConfigurationRecordersResponse.Builder,ListConfigurationRecordersResponse>,SdkBuilder<ListConfigurationRecordersResponse.Builder,ListConfigurationRecordersResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListConfigurationRecordersResponse
public static interface ListConfigurationRecordersResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationRecordersResponse.Builder,ListConfigurationRecordersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfigurationRecordersResponse.BuilderconfigurationRecorderSummaries(Collection<ConfigurationRecorderSummary> configurationRecorderSummaries)A list ofConfigurationRecorderSummaryobjects that includes.ListConfigurationRecordersResponse.BuilderconfigurationRecorderSummaries(Consumer<ConfigurationRecorderSummary.Builder>... configurationRecorderSummaries)A list ofConfigurationRecorderSummaryobjects that includes.ListConfigurationRecordersResponse.BuilderconfigurationRecorderSummaries(ConfigurationRecorderSummary... configurationRecorderSummaries)A list ofConfigurationRecorderSummaryobjects that includes.ListConfigurationRecordersResponse.BuildernextToken(String nextToken)TheNextTokenstring returned on a previous page that you use 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
configurationRecorderSummaries
ListConfigurationRecordersResponse.Builder configurationRecorderSummaries(Collection<ConfigurationRecorderSummary> configurationRecorderSummaries)
A list of
ConfigurationRecorderSummaryobjects that includes.- Parameters:
configurationRecorderSummaries- A list ofConfigurationRecorderSummaryobjects that includes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationRecorderSummaries
ListConfigurationRecordersResponse.Builder configurationRecorderSummaries(ConfigurationRecorderSummary... configurationRecorderSummaries)
A list of
ConfigurationRecorderSummaryobjects that includes.- Parameters:
configurationRecorderSummaries- A list ofConfigurationRecorderSummaryobjects that includes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationRecorderSummaries
ListConfigurationRecordersResponse.Builder configurationRecorderSummaries(Consumer<ConfigurationRecorderSummary.Builder>... configurationRecorderSummaries)
A list of
This is a convenience method that creates an instance of theConfigurationRecorderSummaryobjects that includes.ConfigurationRecorderSummary.Builderavoiding the need to create one manually viaConfigurationRecorderSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#configurationRecorderSummaries(List.) - Parameters:
configurationRecorderSummaries- a consumer that will call methods onConfigurationRecorderSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#configurationRecorderSummaries(java.util.Collection)
-
nextToken
ListConfigurationRecordersResponse.Builder nextToken(String nextToken)
The
NextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken- TheNextTokenstring returned on a previous page that you use 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.
-
-