public static interface DescribeLaunchTemplatesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLaunchTemplatesResponse.Builder,DescribeLaunchTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLaunchTemplatesResponse.Builder |
launchTemplates(Collection<LaunchTemplate> launchTemplates)
Information about the launch templates.
|
DescribeLaunchTemplatesResponse.Builder |
launchTemplates(Consumer<LaunchTemplate.Builder>... launchTemplates)
Information about the launch templates.
|
DescribeLaunchTemplatesResponse.Builder |
launchTemplates(LaunchTemplate... launchTemplates)
Information about the launch templates.
|
DescribeLaunchTemplatesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeLaunchTemplatesResponse.Builder launchTemplates(Collection<LaunchTemplate> launchTemplates)
Information about the launch templates.
launchTemplates - Information about the launch templates.DescribeLaunchTemplatesResponse.Builder launchTemplates(LaunchTemplate... launchTemplates)
Information about the launch templates.
launchTemplates - Information about the launch templates.DescribeLaunchTemplatesResponse.Builder launchTemplates(Consumer<LaunchTemplate.Builder>... launchTemplates)
Information about the launch templates.
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 #launchTemplates(List) .launchTemplates - a consumer that will call methods on List.Builder #launchTemplates(List) DescribeLaunchTemplatesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.