Interface ReceivedMetadata.Builder

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

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

    • receivedStatus

      ReceivedMetadata.Builder receivedStatus(String receivedStatus)

      Received status.

      Parameters:
      receivedStatus - Received status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • receivedStatus

      ReceivedMetadata.Builder receivedStatus(ReceivedStatus receivedStatus)

      Received status.

      Parameters:
      receivedStatus - Received status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • receivedStatusReason

      ReceivedMetadata.Builder receivedStatusReason(String receivedStatusReason)

      Received status reason.

      Parameters:
      receivedStatusReason - Received status reason.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedOperationsWithStrings

      ReceivedMetadata.Builder allowedOperationsWithStrings(Collection<String> allowedOperations)

      Allowed operations.

      Parameters:
      allowedOperations - Allowed operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedOperationsWithStrings

      ReceivedMetadata.Builder allowedOperationsWithStrings(String... allowedOperations)

      Allowed operations.

      Parameters:
      allowedOperations - Allowed operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedOperations

      ReceivedMetadata.Builder allowedOperations(Collection<AllowedOperation> allowedOperations)

      Allowed operations.

      Parameters:
      allowedOperations - Allowed operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedOperations

      ReceivedMetadata.Builder allowedOperations(AllowedOperation... allowedOperations)

      Allowed operations.

      Parameters:
      allowedOperations - Allowed operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.