public static interface DescribeLaunchConfigurationsResponse.Builder extends AutoScalingResponse.Builder, CopyableBuilder<DescribeLaunchConfigurationsResponse.Builder,DescribeLaunchConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLaunchConfigurationsResponse.Builder |
launchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
|
DescribeLaunchConfigurationsResponse.Builder |
launchConfigurations(Consumer<LaunchConfiguration.Builder>... launchConfigurations)
The launch configurations.
|
DescribeLaunchConfigurationsResponse.Builder |
launchConfigurations(LaunchConfiguration... launchConfigurations)
The launch configurations.
|
DescribeLaunchConfigurationsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeLaunchConfigurationsResponse.Builder launchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
launchConfigurations - The launch configurations.DescribeLaunchConfigurationsResponse.Builder launchConfigurations(LaunchConfiguration... launchConfigurations)
The launch configurations.
launchConfigurations - The launch configurations.DescribeLaunchConfigurationsResponse.Builder launchConfigurations(Consumer<LaunchConfiguration.Builder>... launchConfigurations)
The launch configurations.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #launchConfigurations(List) .launchConfigurations - a consumer that will call methods on List.Builder #launchConfigurations(List) DescribeLaunchConfigurationsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.