Interface Instance.Builder

    • Method Detail

      • instanceId

        Instance.Builder instanceId​(String instanceId)

        The ID of the instance.

        Parameters:
        instanceId - The ID of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceType

        Instance.Builder instanceType​(String instanceType)

        The instance type of the EC2 instance.

        Parameters:
        instanceType - The instance type of the EC2 instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZone

        Instance.Builder availabilityZone​(String availabilityZone)

        The Availability Zone in which the instance is running.

        Parameters:
        availabilityZone - The Availability Zone in which the instance is running.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecycleState

        Instance.Builder lifecycleState​(String lifecycleState)

        A description of the current lifecycle state. The Quarantined state is not used. For information about lifecycle states, see Instance lifecycle in the Amazon EC2 Auto Scaling User Guide.

        Parameters:
        lifecycleState - A description of the current lifecycle state. The Quarantined state is not used. For information about lifecycle states, see Instance lifecycle in the Amazon EC2 Auto Scaling User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LifecycleState, LifecycleState
      • lifecycleState

        Instance.Builder lifecycleState​(LifecycleState lifecycleState)

        A description of the current lifecycle state. The Quarantined state is not used. For information about lifecycle states, see Instance lifecycle in the Amazon EC2 Auto Scaling User Guide.

        Parameters:
        lifecycleState - A description of the current lifecycle state. The Quarantined state is not used. For information about lifecycle states, see Instance lifecycle in the Amazon EC2 Auto Scaling User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LifecycleState, LifecycleState
      • healthStatus

        Instance.Builder healthStatus​(String healthStatus)

        The last reported health status of the instance. Healthy means that the instance is healthy and should remain in service. Unhealthy means that the instance is unhealthy and that Amazon EC2 Auto Scaling should terminate and replace it.

        Parameters:
        healthStatus - The last reported health status of the instance. Healthy means that the instance is healthy and should remain in service. Unhealthy means that the instance is unhealthy and that Amazon EC2 Auto Scaling should terminate and replace it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchConfigurationName

        Instance.Builder launchConfigurationName​(String launchConfigurationName)

        The launch configuration associated with the instance.

        Parameters:
        launchConfigurationName - The launch configuration associated with the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchTemplate

        Instance.Builder launchTemplate​(LaunchTemplateSpecification launchTemplate)

        The launch template for the instance.

        Parameters:
        launchTemplate - The launch template for the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protectedFromScaleIn

        Instance.Builder protectedFromScaleIn​(Boolean protectedFromScaleIn)

        Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.

        Parameters:
        protectedFromScaleIn - Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • weightedCapacity

        Instance.Builder weightedCapacity​(String weightedCapacity)

        The number of capacity units contributed by the instance based on its instance type.

        Valid Range: Minimum value of 1. Maximum value of 999.

        Parameters:
        weightedCapacity - The number of capacity units contributed by the instance based on its instance type.

        Valid Range: Minimum value of 1. Maximum value of 999.

        Returns:
        Returns a reference to this object so that method calls can be chained together.