Class VPCIdentityByHref.Builder

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

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

    • Builder

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

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