Interface LaunchConfigurationTemplate.Builder

    • Method Detail

      • arn

        LaunchConfigurationTemplate.Builder arn​(String arn)

        ARN of the Launch Configuration Template.

        Parameters:
        arn - ARN of the Launch Configuration Template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • copyPrivateIp

        LaunchConfigurationTemplate.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

        LaunchConfigurationTemplate.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.
      • exportBucketArn

        LaunchConfigurationTemplate.Builder exportBucketArn​(String exportBucketArn)

        S3 bucket ARN to export Source Network templates.

        Parameters:
        exportBucketArn - S3 bucket ARN to export Source Network templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchConfigurationTemplateID

        LaunchConfigurationTemplate.Builder launchConfigurationTemplateID​(String launchConfigurationTemplateID)

        ID of the Launch Configuration Template.

        Parameters:
        launchConfigurationTemplateID - ID of the Launch Configuration Template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchIntoSourceInstance

        LaunchConfigurationTemplate.Builder launchIntoSourceInstance​(Boolean launchIntoSourceInstance)

        DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.

        Parameters:
        launchIntoSourceInstance - DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • postLaunchEnabled

        LaunchConfigurationTemplate.Builder postLaunchEnabled​(Boolean postLaunchEnabled)

        Post-launch actions activated.

        Parameters:
        postLaunchEnabled - Post-launch actions activated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        LaunchConfigurationTemplate.Builder tags​(Map<String,​String> tags)

        Tags of the Launch Configuration Template.

        Parameters:
        tags - Tags of the Launch Configuration Template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.