public static interface DescribeLaunchConfigurationTemplatesResponse.Builder extends DrsResponse.Builder, SdkPojo, CopyableBuilder<DescribeLaunchConfigurationTemplatesResponse.Builder,DescribeLaunchConfigurationTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLaunchConfigurationTemplatesResponse.Builder |
items(Collection<LaunchConfigurationTemplate> items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
DescribeLaunchConfigurationTemplatesResponse.Builder |
items(Consumer<LaunchConfigurationTemplate.Builder>... items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
DescribeLaunchConfigurationTemplatesResponse.Builder |
items(LaunchConfigurationTemplate... items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
DescribeLaunchConfigurationTemplatesResponse.Builder |
nextToken(String nextToken)
The token of the next Launch Configuration Template to retrieve.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLaunchConfigurationTemplatesResponse.Builder items(Collection<LaunchConfigurationTemplate> items)
List of items returned by DescribeLaunchConfigurationTemplates.
items - List of items returned by DescribeLaunchConfigurationTemplates.DescribeLaunchConfigurationTemplatesResponse.Builder items(LaunchConfigurationTemplate... items)
List of items returned by DescribeLaunchConfigurationTemplates.
items - List of items returned by DescribeLaunchConfigurationTemplates.DescribeLaunchConfigurationTemplatesResponse.Builder items(Consumer<LaunchConfigurationTemplate.Builder>... items)
List of items returned by DescribeLaunchConfigurationTemplates.
This is a convenience method that creates an instance of theLaunchConfigurationTemplate.Builder avoiding the need to
create one manually via
LaunchConfigurationTemplate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
LaunchConfigurationTemplate.Builder#items(java.util.Collection) DescribeLaunchConfigurationTemplatesResponse.Builder nextToken(String nextToken)
The token of the next Launch Configuration Template to retrieve.
nextToken - The token of the next Launch Configuration Template to retrieve.Copyright © 2023. All rights reserved.