Interface ListConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListConfigurationsResponse.Builder,
,ListConfigurationsResponse> SdkBuilder<ListConfigurationsResponse.Builder,
,ListConfigurationsResponse> SdkPojo
,SdkResponse.Builder
,SsmQuickSetupResponse.Builder
- Enclosing class:
ListConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface ListConfigurationsResponse.Builder
extends SsmQuickSetupResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationsResponse.Builder,ListConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationsList
(Collection<ConfigurationSummary> configurationsList) An array of configurations.configurationsList
(Consumer<ConfigurationSummary.Builder>... configurationsList) An array of configurations.configurationsList
(ConfigurationSummary... configurationsList) An array of configurations.The token to use when requesting the next set of items.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
Methods inherited from interface software.amazon.awssdk.services.ssmquicksetup.model.SsmQuickSetupResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
configurationsList
ListConfigurationsResponse.Builder configurationsList(Collection<ConfigurationSummary> configurationsList) An array of configurations.
- Parameters:
configurationsList
- An array of configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationsList
An array of configurations.
- Parameters:
configurationsList
- An array of configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationsList
ListConfigurationsResponse.Builder configurationsList(Consumer<ConfigurationSummary.Builder>... configurationsList) An array of configurations.
This is a convenience method that creates an instance of theConfigurationSummary.Builder
avoiding the need to create one manually viaConfigurationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfigurationsList(List<ConfigurationSummary>)
.- Parameters:
configurationsList
- a consumer that will call methods onConfigurationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
- Parameters:
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-