Class KeyIdentityByHref.Builder

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

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

    • Builder

      public Builder(KeyIdentity keyIdentityByHref)
      Instantiates a new Builder from an existing KeyIdentityByHref instance.
      Parameters:
      keyIdentityByHref - 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 KeyIdentityByHref build()
      Builds a KeyIdentityByHref.
      Returns:
      the new KeyIdentityByHref instance
    • href

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