Interface SpotInstanceStatus.Builder

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

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

    • code

      The status code. For a list of status codes, see Spot request status codes in the Amazon EC2 User Guide for Linux Instances.

      Parameters:
      code - The status code. For a list of status codes, see Spot request status codes in the Amazon EC2 User Guide for Linux Instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      The description for the status code.

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

      SpotInstanceStatus.Builder updateTime(Instant updateTime)

      The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

      Parameters:
      updateTime - The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
      Returns:
      Returns a reference to this object so that method calls can be chained together.