Interface OwnerIdentifier.Builder

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

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

    • address

      OwnerIdentifier.Builder address(String address)

      The contract or wallet address for the owner.

      Parameters:
      address - The contract or wallet address for the owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.