Interface ValidationTokenDetail.Builder

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

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

    • domain

      The domain name.

      Parameters:
      domain - The domain name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • redirectTo

      ValidationTokenDetail.Builder redirectTo(String redirectTo)

      The domain to redirect to.

      Parameters:
      redirectTo - The domain to redirect to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • redirectFrom

      ValidationTokenDetail.Builder redirectFrom(String redirectFrom)

      The domain to redirect from.

      Parameters:
      redirectFrom - The domain to redirect from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.