Interface AttemptContainerDetail.Builder

    • Method Detail

      • containerInstanceArn

        AttemptContainerDetail.Builder containerInstanceArn​(String containerInstanceArn)

        The Amazon Resource Name (ARN) of the Amazon ECS container instance that hosts the job attempt.

        Parameters:
        containerInstanceArn - The Amazon Resource Name (ARN) of the Amazon ECS container instance that hosts the job attempt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskArn

        AttemptContainerDetail.Builder taskArn​(String taskArn)

        The Amazon Resource Name (ARN) of the Amazon ECS task that's associated with the job attempt. Each container attempt receives a task ARN when they reach the STARTING status.

        Parameters:
        taskArn - The Amazon Resource Name (ARN) of the Amazon ECS task that's associated with the job attempt. Each container attempt receives a task ARN when they reach the STARTING status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exitCode

        AttemptContainerDetail.Builder exitCode​(Integer 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

        AttemptContainerDetail.Builder reason​(String 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.
      • logStreamName

        AttemptContainerDetail.Builder logStreamName​(String logStreamName)

        The name of the CloudWatch Logs log stream that's associated with the container. The log group for Batch jobs is /aws/batch/job. Each container attempt receives a log stream name when they reach the RUNNING status.

        Parameters:
        logStreamName - The name of the CloudWatch Logs log stream that's associated with the container. The log group for Batch jobs is /aws/batch/job. Each container attempt receives a log stream name when they reach the RUNNING status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInterfaces

        AttemptContainerDetail.Builder networkInterfaces​(Collection<NetworkInterface> networkInterfaces)

        The network interfaces that are associated with the job attempt.

        Parameters:
        networkInterfaces - The network interfaces that are associated with the job attempt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInterfaces

        AttemptContainerDetail.Builder networkInterfaces​(NetworkInterface... networkInterfaces)

        The network interfaces that are associated with the job attempt.

        Parameters:
        networkInterfaces - The network interfaces that are associated with the job attempt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.