Interface DescribeLaunchTemplatesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLaunchTemplatesResponse.Builder,,DescribeLaunchTemplatesResponse> Ec2Response.Builder,SdkBuilder<DescribeLaunchTemplatesResponse.Builder,,DescribeLaunchTemplatesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeLaunchTemplatesResponse
public static interface DescribeLaunchTemplatesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLaunchTemplatesResponse.Builder,DescribeLaunchTemplatesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionlaunchTemplates(Collection<LaunchTemplate> launchTemplates) Information about the launch templates.launchTemplates(Consumer<LaunchTemplate.Builder>... launchTemplates) Information about the launch templates.launchTemplates(LaunchTemplate... launchTemplates) Information about the launch templates.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
launchTemplates
Information about the launch templates.
- Parameters:
 launchTemplates- Information about the launch templates.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
launchTemplates
Information about the launch templates.
- Parameters:
 launchTemplates- Information about the launch templates.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
launchTemplates
DescribeLaunchTemplatesResponse.Builder launchTemplates(Consumer<LaunchTemplate.Builder>... launchTemplates) Information about the launch templates.
This is a convenience method that creates an instance of theLaunchTemplate.Builderavoiding the need to create one manually viaLaunchTemplate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolaunchTemplates(List<LaunchTemplate>).- Parameters:
 launchTemplates- a consumer that will call methods onLaunchTemplate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
 nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -