Interface DescribeLaunchConfigurationTemplatesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeLaunchConfigurationTemplatesResponse.Builder,
,DescribeLaunchConfigurationTemplatesResponse> DrsResponse.Builder
,SdkBuilder<DescribeLaunchConfigurationTemplatesResponse.Builder,
,DescribeLaunchConfigurationTemplatesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeLaunchConfigurationTemplatesResponse
public static interface DescribeLaunchConfigurationTemplatesResponse.Builder
extends DrsResponse.Builder, SdkPojo, CopyableBuilder<DescribeLaunchConfigurationTemplatesResponse.Builder,DescribeLaunchConfigurationTemplatesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionList of items returned by DescribeLaunchConfigurationTemplates.items
(Consumer<LaunchConfigurationTemplate.Builder>... items) List of items returned by DescribeLaunchConfigurationTemplates.items
(LaunchConfigurationTemplate... items) List of items returned by DescribeLaunchConfigurationTemplates.The token of the next Launch Configuration Template to retrieve.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.drs.model.DrsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
DescribeLaunchConfigurationTemplatesResponse.Builder items(Collection<LaunchConfigurationTemplate> items) List of items returned by DescribeLaunchConfigurationTemplates.
- Parameters:
items
- List of items returned by DescribeLaunchConfigurationTemplates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
List of items returned by DescribeLaunchConfigurationTemplates.
- Parameters:
items
- List of items returned by DescribeLaunchConfigurationTemplates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
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 viaLaunchConfigurationTemplate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<LaunchConfigurationTemplate>)
.- Parameters:
items
- a consumer that will call methods onLaunchConfigurationTemplate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token of the next Launch Configuration Template to retrieve.
- Parameters:
nextToken
- The token of the next Launch Configuration Template to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-