Interface UpdateLaunchConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateLaunchConfigurationResponse.Builder,UpdateLaunchConfigurationResponse>,MgnResponse.Builder,SdkBuilder<UpdateLaunchConfigurationResponse.Builder,UpdateLaunchConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateLaunchConfigurationResponse
public static interface UpdateLaunchConfigurationResponse.Builder extends MgnResponse.Builder, SdkPojo, CopyableBuilder<UpdateLaunchConfigurationResponse.Builder,UpdateLaunchConfigurationResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mgn.model.MgnResponse.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 Detail
-
bootMode
UpdateLaunchConfigurationResponse.Builder bootMode(String bootMode)
Launch configuration boot mode.
-
bootMode
UpdateLaunchConfigurationResponse.Builder bootMode(BootMode bootMode)
Launch configuration boot mode.
-
copyPrivateIp
UpdateLaunchConfigurationResponse.Builder copyPrivateIp(Boolean copyPrivateIp)
Copy Private IP during Launch Configuration.
- Parameters:
copyPrivateIp- Copy Private IP during Launch Configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copyTags
UpdateLaunchConfigurationResponse.Builder copyTags(Boolean copyTags)
Copy Tags during Launch Configuration.
- Parameters:
copyTags- Copy Tags during Launch Configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2LaunchTemplateID
UpdateLaunchConfigurationResponse.Builder ec2LaunchTemplateID(String ec2LaunchTemplateID)
Launch configuration EC2 Launch template ID.
- Parameters:
ec2LaunchTemplateID- Launch configuration EC2 Launch template ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableMapAutoTagging
UpdateLaunchConfigurationResponse.Builder enableMapAutoTagging(Boolean enableMapAutoTagging)
Enable map auto tagging.
- Parameters:
enableMapAutoTagging- Enable map auto tagging.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchDisposition
UpdateLaunchConfigurationResponse.Builder launchDisposition(String launchDisposition)
Launch disposition for launch configuration.
- Parameters:
launchDisposition- Launch disposition for launch configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchDisposition,LaunchDisposition
-
launchDisposition
UpdateLaunchConfigurationResponse.Builder launchDisposition(LaunchDisposition launchDisposition)
Launch disposition for launch configuration.
- Parameters:
launchDisposition- Launch disposition for launch configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchDisposition,LaunchDisposition
-
licensing
UpdateLaunchConfigurationResponse.Builder licensing(Licensing licensing)
Launch configuration OS licensing.
- Parameters:
licensing- Launch configuration OS licensing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licensing
default UpdateLaunchConfigurationResponse.Builder licensing(Consumer<Licensing.Builder> licensing)
Launch configuration OS licensing.
This is a convenience method that creates an instance of theLicensing.Builderavoiding the need to create one manually viaLicensing.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolicensing(Licensing).- Parameters:
licensing- a consumer that will call methods onLicensing.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
licensing(Licensing)
-
mapAutoTaggingMpeID
UpdateLaunchConfigurationResponse.Builder mapAutoTaggingMpeID(String mapAutoTaggingMpeID)
Map auto tagging MPE ID.
- Parameters:
mapAutoTaggingMpeID- Map auto tagging MPE ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateLaunchConfigurationResponse.Builder name(String name)
Launch configuration name.
- Parameters:
name- Launch configuration name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postLaunchActions
UpdateLaunchConfigurationResponse.Builder postLaunchActions(PostLaunchActions postLaunchActions)
Sets the value of the PostLaunchActions property for this object.- Parameters:
postLaunchActions- The new value for the PostLaunchActions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postLaunchActions
default UpdateLaunchConfigurationResponse.Builder postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)
Sets the value of the PostLaunchActions property for this object. This is a convenience method that creates an instance of thePostLaunchActions.Builderavoiding the need to create one manually viaPostLaunchActions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topostLaunchActions(PostLaunchActions).- Parameters:
postLaunchActions- a consumer that will call methods onPostLaunchActions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
postLaunchActions(PostLaunchActions)
-
sourceServerID
UpdateLaunchConfigurationResponse.Builder sourceServerID(String sourceServerID)
Launch configuration Source Server ID.
- Parameters:
sourceServerID- Launch configuration Source Server ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetInstanceTypeRightSizingMethod
UpdateLaunchConfigurationResponse.Builder targetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Launch configuration Target instance type right sizing method.
- Parameters:
targetInstanceTypeRightSizingMethod- Launch configuration Target instance type right sizing method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetInstanceTypeRightSizingMethod,TargetInstanceTypeRightSizingMethod
-
targetInstanceTypeRightSizingMethod
UpdateLaunchConfigurationResponse.Builder targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Launch configuration Target instance type right sizing method.
- Parameters:
targetInstanceTypeRightSizingMethod- Launch configuration Target instance type right sizing method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetInstanceTypeRightSizingMethod,TargetInstanceTypeRightSizingMethod
-
-