Interface OperationEntry.Builder

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

@Mutable @NotThreadSafe public static interface OperationEntry.Builder extends SdkPojo, CopyableBuilder<OperationEntry.Builder,OperationEntry>
  • Method Details

    • operationType

      OperationEntry.Builder operationType(String operationType)

      The type of operation.

      Parameters:
      operationType - The type of operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operationType

      OperationEntry.Builder operationType(OperationType operationType)

      The type of operation.

      Parameters:
      operationType - The type of operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operationId

      OperationEntry.Builder operationId(String operationId)

      The unique identifier for the operation.

      Parameters:
      operationId - The unique identifier for the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.