Interface InstanceState.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InstanceState.Builder,InstanceState>, SdkBuilder<InstanceState.Builder,InstanceState>, SdkPojo
Enclosing class:
InstanceState

public static interface InstanceState.Builder extends SdkPojo, CopyableBuilder<InstanceState.Builder,InstanceState>
  • Method Details

    • code

      The status code for the instance.

      Parameters:
      code - The status code for the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The state of the instance (e.g., running or pending).

      Parameters:
      name - The state of the instance (e.g., running or pending).
      Returns:
      Returns a reference to this object so that method calls can be chained together.