Class ShareIdentityByHref.Builder

java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ShareIdentityByHref.Builder
Enclosing class:
ShareIdentityByHref

public static class ShareIdentityByHref.Builder extends Object
Builder.
  • Constructor Details

    • Builder

      public Builder(ShareIdentity shareIdentityByHref)
      Instantiates a new Builder from an existing ShareIdentityByHref instance.
      Parameters:
      shareIdentityByHref - the instance to initialize the Builder with
    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

      public Builder(String href)
      Instantiates a new builder with required properties.
      Parameters:
      href - the href
  • Method Details

    • build

      public ShareIdentityByHref build()
      Builds a ShareIdentityByHref.
      Returns:
      the new ShareIdentityByHref instance
    • href

      public ShareIdentityByHref.Builder href(String href)
      Set the href.
      Parameters:
      href - the href
      Returns:
      the ShareIdentityByHref builder