Class Id.Builder

  • Enclosing class:
    Id

    public static class Id.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public Id.Builder id​(String id)
        The OCID of the resource that is immutable on creation.
        Parameters:
        id - the value to set
        Returns:
        this builder
      • displayName

        public Id.Builder displayName​(String displayName)
        User-friendly name.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • build

        public Id build()