public static interface DescribeLaunchConfigurationsResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, 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)
A string that indicates that the response contains more items than can be returned in a single response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theLaunchConfiguration.Builder avoiding the need to
create one manually via
LaunchConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #launchConfigurations(List.
launchConfigurations - a consumer that will call methods on
LaunchConfiguration.Builder#launchConfigurations(java.util.Collection) DescribeLaunchConfigurationsResponse.Builder nextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken value when requesting the next
set of items. This value is null when there are no more items to return.
nextToken - A string that indicates that the response contains more items than can be returned in a single
response. To receive additional items, specify this string for the NextToken value when
requesting the next set of items. This value is null when there are no more items to return.Copyright © 2022. All rights reserved.