public static interface DescribeLaunchConfigurationsRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeLaunchConfigurationsRequest.Builder,DescribeLaunchConfigurationsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeLaunchConfigurationsRequest.Builder |
launchConfigurationNames(Collection<String> launchConfigurationNames)
The launch configuration names.
|
DescribeLaunchConfigurationsRequest.Builder |
launchConfigurationNames(String... launchConfigurationNames)
The launch configuration names.
|
DescribeLaunchConfigurationsRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeLaunchConfigurationsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeLaunchConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeLaunchConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeLaunchConfigurationsRequest.Builder launchConfigurationNames(Collection<String> launchConfigurationNames)
The launch configuration names. If you omit this parameter, all launch configurations are described.
launchConfigurationNames
- The launch configuration names. If you omit this parameter, all launch configurations are described.DescribeLaunchConfigurationsRequest.Builder launchConfigurationNames(String... launchConfigurationNames)
The launch configuration names. If you omit this parameter, all launch configurations are described.
launchConfigurationNames
- The launch configuration names. If you omit this parameter, all launch configurations are described.DescribeLaunchConfigurationsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)DescribeLaunchConfigurationsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
maxRecords
- The maximum number of items to return with this call. The default value is 50 and the maximum value is
100.DescribeLaunchConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeLaunchConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.