Interface CommandExecutionSummary.Builder

    • Method Detail

      • commandArn

        CommandExecutionSummary.Builder commandArn​(String commandArn)

        The Amazon Resource Name (ARN) of the command execution.

        Parameters:
        commandArn - The Amazon Resource Name (ARN) of the command execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionId

        CommandExecutionSummary.Builder executionId​(String executionId)

        The unique identifier of the command execution.

        Parameters:
        executionId - The unique identifier of the command execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetArn

        CommandExecutionSummary.Builder targetArn​(String targetArn)

        The Amazon Resource Name (ARN) of the target device for which the command is being executed.

        Parameters:
        targetArn - The Amazon Resource Name (ARN) of the target device for which the command is being executed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        CommandExecutionSummary.Builder createdAt​(Instant createdAt)

        The date and time at which the command execution was created for the target device.

        Parameters:
        createdAt - The date and time at which the command execution was created for the target device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedAt

        CommandExecutionSummary.Builder startedAt​(Instant startedAt)

        The date and time at which the command started executing on the target device.

        Parameters:
        startedAt - The date and time at which the command started executing on the target device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • completedAt

        CommandExecutionSummary.Builder completedAt​(Instant completedAt)

        The date and time at which the command completed executing on the target device.

        Parameters:
        completedAt - The date and time at which the command completed executing on the target device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.