Interface CreateLaunchConfigurationTemplateResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateLaunchConfigurationTemplateResponse.Builder,,- CreateLaunchConfigurationTemplateResponse> - DrsResponse.Builder,- SdkBuilder<CreateLaunchConfigurationTemplateResponse.Builder,,- CreateLaunchConfigurationTemplateResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateLaunchConfigurationTemplateResponse
@Mutable
@NotThreadSafe
public static interface CreateLaunchConfigurationTemplateResponse.Builder
extends DrsResponse.Builder, SdkPojo, CopyableBuilder<CreateLaunchConfigurationTemplateResponse.Builder,CreateLaunchConfigurationTemplateResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionlaunchConfigurationTemplate(Consumer<LaunchConfigurationTemplate.Builder> launchConfigurationTemplate) Created Launch Configuration Template.launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate) Created Launch Configuration Template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.drs.model.DrsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
launchConfigurationTemplateCreateLaunchConfigurationTemplateResponse.Builder launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate) Created Launch Configuration Template. - Parameters:
- launchConfigurationTemplate- Created Launch Configuration Template.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
launchConfigurationTemplatedefault CreateLaunchConfigurationTemplateResponse.Builder launchConfigurationTemplate(Consumer<LaunchConfigurationTemplate.Builder> launchConfigurationTemplate) Created Launch Configuration Template. This is a convenience method that creates an instance of theLaunchConfigurationTemplate.Builderavoiding the need to create one manually viaLaunchConfigurationTemplate.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolaunchConfigurationTemplate(LaunchConfigurationTemplate).- Parameters:
- launchConfigurationTemplate- a consumer that will call methods on- LaunchConfigurationTemplate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-