Interface ListConfigurationManagersResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListConfigurationManagersResponse.Builder,ListConfigurationManagersResponse>,SdkBuilder<ListConfigurationManagersResponse.Builder,ListConfigurationManagersResponse>,SdkPojo,SdkResponse.Builder,SsmQuickSetupResponse.Builder
- Enclosing class:
- ListConfigurationManagersResponse
public static interface ListConfigurationManagersResponse.Builder extends SsmQuickSetupResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationManagersResponse.Builder,ListConfigurationManagersResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfigurationManagersResponse.BuilderconfigurationManagersList(Collection<ConfigurationManagerSummary> configurationManagersList)The configuration managers returned by the request.ListConfigurationManagersResponse.BuilderconfigurationManagersList(Consumer<ConfigurationManagerSummary.Builder>... configurationManagersList)The configuration managers returned by the request.ListConfigurationManagersResponse.BuilderconfigurationManagersList(ConfigurationManagerSummary... configurationManagersList)The configuration managers returned by the request.ListConfigurationManagersResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaConfigurationManagerSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#configurationManagersList(List.) - 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:
#configurationManagersList(java.util.Collection)
-
nextToken
ListConfigurationManagersResponse.Builder nextToken(String 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.
-
-