Interface OperationSummary.Builder

    • Method Detail

      • id

        OperationSummary.Builder id​(String id)

        A unique ID of this operation. It's unique in the scope of the App Runner service.

        Parameters:
        id - A unique ID of this operation. It's unique in the scope of the App Runner service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        OperationSummary.Builder type​(String type)

        The type of operation. It indicates a specific action that occured.

        Parameters:
        type - The type of operation. It indicates a specific action that occured.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperationType, OperationType
      • type

        OperationSummary.Builder type​(OperationType type)

        The type of operation. It indicates a specific action that occured.

        Parameters:
        type - The type of operation. It indicates a specific action that occured.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperationType, OperationType
      • targetArn

        OperationSummary.Builder targetArn​(String targetArn)

        The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).

        Parameters:
        targetArn - The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedAt

        OperationSummary.Builder startedAt​(Instant startedAt)

        The time when the operation started. It's in the Unix time stamp format.

        Parameters:
        startedAt - The time when the operation started. It's in the Unix time stamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endedAt

        OperationSummary.Builder endedAt​(Instant endedAt)

        The time when the operation ended. It's in the Unix time stamp format.

        Parameters:
        endedAt - The time when the operation ended. It's in the Unix time stamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        OperationSummary.Builder updatedAt​(Instant updatedAt)

        The time when the operation was last updated. It's in the Unix time stamp format.

        Parameters:
        updatedAt - The time when the operation was last updated. It's in the Unix time stamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.