CopyableBuilder<DescribeLaunchConfigurationsResponse.Builder,DescribeLaunchConfigurationsResponse>
, SdkBuilder<DescribeLaunchConfigurationsResponse.Builder,DescribeLaunchConfigurationsResponse>
public static interface DescribeLaunchConfigurationsResponse.Builder extends CopyableBuilder<DescribeLaunchConfigurationsResponse.Builder,DescribeLaunchConfigurationsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeLaunchConfigurationsResponse.Builder |
launchConfigurations(Collection<LaunchConfiguration> 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.
|
copy
apply, build
DescribeLaunchConfigurationsResponse.Builder launchConfigurations(Collection<LaunchConfiguration> launchConfigurations)
The launch configurations.
launchConfigurations
- The launch configurations.DescribeLaunchConfigurationsResponse.Builder launchConfigurations(LaunchConfiguration... launchConfigurations)
The launch configurations.
NOTE: This method appends the values to the existing list (if any). Use
#setLaunchConfigurations(java.util.Collection)
or
#withLaunchConfigurations(java.util.Collection)
if you want to override the existing values.
launchConfigurations
- The launch configurations.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.