Interface UpdateLaunchConfigurationTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLaunchConfigurationTemplateRequest.Builder,UpdateLaunchConfigurationTemplateRequest>,MgnRequest.Builder,SdkBuilder<UpdateLaunchConfigurationTemplateRequest.Builder,UpdateLaunchConfigurationTemplateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLaunchConfigurationTemplateRequest
public static interface UpdateLaunchConfigurationTemplateRequest.Builder extends MgnRequest.Builder, SdkPojo, CopyableBuilder<UpdateLaunchConfigurationTemplateRequest.Builder,UpdateLaunchConfigurationTemplateRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mgn.model.MgnRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
associatePublicIpAddress
UpdateLaunchConfigurationTemplateRequest.Builder associatePublicIpAddress(Boolean associatePublicIpAddress)
Associate public Ip address.
- Parameters:
associatePublicIpAddress- Associate public Ip address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bootMode
UpdateLaunchConfigurationTemplateRequest.Builder bootMode(String bootMode)
Launch configuration template boot mode.
-
bootMode
UpdateLaunchConfigurationTemplateRequest.Builder bootMode(BootMode bootMode)
Launch configuration template boot mode.
-
copyPrivateIp
UpdateLaunchConfigurationTemplateRequest.Builder copyPrivateIp(Boolean copyPrivateIp)
Copy private Ip.
- Parameters:
copyPrivateIp- Copy private Ip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copyTags
UpdateLaunchConfigurationTemplateRequest.Builder copyTags(Boolean copyTags)
Copy tags.
- Parameters:
copyTags- Copy tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableMapAutoTagging
UpdateLaunchConfigurationTemplateRequest.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.
-
largeVolumeConf
UpdateLaunchConfigurationTemplateRequest.Builder largeVolumeConf(LaunchTemplateDiskConf largeVolumeConf)
Large volume config.
- Parameters:
largeVolumeConf- Large volume config.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
largeVolumeConf
default UpdateLaunchConfigurationTemplateRequest.Builder largeVolumeConf(Consumer<LaunchTemplateDiskConf.Builder> largeVolumeConf)
Large volume config.
This is a convenience method that creates an instance of theLaunchTemplateDiskConf.Builderavoiding the need to create one manually viaLaunchTemplateDiskConf.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolargeVolumeConf(LaunchTemplateDiskConf).- Parameters:
largeVolumeConf- a consumer that will call methods onLaunchTemplateDiskConf.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
largeVolumeConf(LaunchTemplateDiskConf)
-
launchConfigurationTemplateID
UpdateLaunchConfigurationTemplateRequest.Builder launchConfigurationTemplateID(String launchConfigurationTemplateID)
Launch Configuration Template ID.
- Parameters:
launchConfigurationTemplateID- Launch Configuration Template ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launchDisposition
UpdateLaunchConfigurationTemplateRequest.Builder launchDisposition(String launchDisposition)
Launch disposition.
- Parameters:
launchDisposition- Launch disposition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchDisposition,LaunchDisposition
-
launchDisposition
UpdateLaunchConfigurationTemplateRequest.Builder launchDisposition(LaunchDisposition launchDisposition)
Launch disposition.
- Parameters:
launchDisposition- Launch disposition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchDisposition,LaunchDisposition
-
licensing
UpdateLaunchConfigurationTemplateRequest.Builder licensing(Licensing licensing)
Sets the value of the Licensing property for this object.- Parameters:
licensing- The new value for the Licensing property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licensing
default UpdateLaunchConfigurationTemplateRequest.Builder licensing(Consumer<Licensing.Builder> licensing)
Sets the value of the Licensing property for this object. 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
UpdateLaunchConfigurationTemplateRequest.Builder mapAutoTaggingMpeID(String mapAutoTaggingMpeID)
Launch configuration template map auto tagging MPE ID.
- Parameters:
mapAutoTaggingMpeID- Launch configuration template map auto tagging MPE ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postLaunchActions
UpdateLaunchConfigurationTemplateRequest.Builder postLaunchActions(PostLaunchActions postLaunchActions)
Post Launch Action to execute on the Test or Cutover instance.
- Parameters:
postLaunchActions- Post Launch Action to execute on the Test or Cutover instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postLaunchActions
default UpdateLaunchConfigurationTemplateRequest.Builder postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)
Post Launch Action to execute on the Test or Cutover instance.
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)
-
smallVolumeConf
UpdateLaunchConfigurationTemplateRequest.Builder smallVolumeConf(LaunchTemplateDiskConf smallVolumeConf)
Small volume config.
- Parameters:
smallVolumeConf- Small volume config.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smallVolumeConf
default UpdateLaunchConfigurationTemplateRequest.Builder smallVolumeConf(Consumer<LaunchTemplateDiskConf.Builder> smallVolumeConf)
Small volume config.
This is a convenience method that creates an instance of theLaunchTemplateDiskConf.Builderavoiding the need to create one manually viaLaunchTemplateDiskConf.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosmallVolumeConf(LaunchTemplateDiskConf).- Parameters:
smallVolumeConf- a consumer that will call methods onLaunchTemplateDiskConf.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
smallVolumeConf(LaunchTemplateDiskConf)
-
smallVolumeMaxSize
UpdateLaunchConfigurationTemplateRequest.Builder smallVolumeMaxSize(Long smallVolumeMaxSize)
Small volume maximum size.
- Parameters:
smallVolumeMaxSize- Small volume maximum size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetInstanceTypeRightSizingMethod
UpdateLaunchConfigurationTemplateRequest.Builder targetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
- Parameters:
targetInstanceTypeRightSizingMethod- 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
UpdateLaunchConfigurationTemplateRequest.Builder targetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
- Parameters:
targetInstanceTypeRightSizingMethod- 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
-
overrideConfiguration
UpdateLaunchConfigurationTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLaunchConfigurationTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-