Class ProcessType

    • Constructor Detail

      • ProcessType

        public ProcessType()
    • Method Detail

      • setProcessName

        public void setProcessName​(String processName)

        One of the following processes:

        • Launch

        • Terminate

        • AddToLoadBalancer

        • AlarmNotification

        • AZRebalance

        • HealthCheck

        • ReplaceUnhealthy

        • ScheduledActions

        Parameters:
        processName - One of the following processes:

        • Launch

        • Terminate

        • AddToLoadBalancer

        • AlarmNotification

        • AZRebalance

        • HealthCheck

        • ReplaceUnhealthy

        • ScheduledActions

      • getProcessName

        public String getProcessName()

        One of the following processes:

        • Launch

        • Terminate

        • AddToLoadBalancer

        • AlarmNotification

        • AZRebalance

        • HealthCheck

        • ReplaceUnhealthy

        • ScheduledActions

        Returns:
        One of the following processes:

        • Launch

        • Terminate

        • AddToLoadBalancer

        • AlarmNotification

        • AZRebalance

        • HealthCheck

        • ReplaceUnhealthy

        • ScheduledActions

      • withProcessName

        public ProcessType withProcessName​(String processName)

        One of the following processes:

        • Launch

        • Terminate

        • AddToLoadBalancer

        • AlarmNotification

        • AZRebalance

        • HealthCheck

        • ReplaceUnhealthy

        • ScheduledActions

        Parameters:
        processName - One of the following processes:

        • Launch

        • Terminate

        • AddToLoadBalancer

        • AlarmNotification

        • AZRebalance

        • HealthCheck

        • ReplaceUnhealthy

        • ScheduledActions

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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object