Interface EksAttemptContainerDetail.Builder

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

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

    • exitCode

      The exit code for the job attempt. A non-zero exit code is considered failed.

      Parameters:
      exitCode - The exit code for the job attempt. A non-zero exit code is considered failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reason

      A short (255 max characters) human-readable string to provide additional details for a running or stopped container.

      Parameters:
      reason - A short (255 max characters) human-readable string to provide additional details for a running or stopped container.
      Returns:
      Returns a reference to this object so that method calls can be chained together.