Interface ListConfigurationManagersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListConfigurationManagersResponse.Builder,
,ListConfigurationManagersResponse> SdkBuilder<ListConfigurationManagersResponse.Builder,
,ListConfigurationManagersResponse> SdkPojo
,SdkResponse.Builder
,SsmQuickSetupResponse.Builder
- Enclosing class:
ListConfigurationManagersResponse
@Mutable
@NotThreadSafe
public static interface ListConfigurationManagersResponse.Builder
extends SsmQuickSetupResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationManagersResponse.Builder,ListConfigurationManagersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationManagersList
(Collection<ConfigurationManagerSummary> configurationManagersList) The configuration managers returned by the request.configurationManagersList
(Consumer<ConfigurationManagerSummary.Builder>... configurationManagersList) The configuration managers returned by the request.configurationManagersList
(ConfigurationManagerSummary... configurationManagersList) The configuration managers returned by the request.The token to use when requesting the next set of configuration managers.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
-
configurationManagersList
ListConfigurationManagersResponse.Builder configurationManagersList(Collection<ConfigurationManagerSummary> configurationManagersList) The configuration managers returned by the request.
- Parameters:
configurationManagersList
- The configuration managers returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationManagersList
ListConfigurationManagersResponse.Builder configurationManagersList(ConfigurationManagerSummary... configurationManagersList) The configuration managers returned by the request.
- Parameters:
configurationManagersList
- The configuration managers returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationManagersList
ListConfigurationManagersResponse.Builder configurationManagersList(Consumer<ConfigurationManagerSummary.Builder>... configurationManagersList) The configuration managers returned by the request.
This is a convenience method that creates an instance of theConfigurationManagerSummary.Builder
avoiding the need to create one manually viaConfigurationManagerSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfigurationManagersList(List<ConfigurationManagerSummary>)
.- Parameters:
configurationManagersList
- a consumer that will call methods onConfigurationManagerSummary.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 configuration managers. If there are no additional operations to return, the string is empty.
- Parameters:
nextToken
- The token to use when requesting the next set of configuration managers. If there are no additional operations to return, the string is empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-