Class VPCIdentityByCRN.Builder

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

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

    • Builder

      public Builder(VPCIdentity vpcIdentityByCrn)
      Instantiates a new Builder from an existing VPCIdentityByCRN instance.
      Parameters:
      vpcIdentityByCrn - the instance to initialize the Builder with
    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

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

    • build

      public VPCIdentityByCRN build()
      Builds a VPCIdentityByCRN.
      Returns:
      the new VPCIdentityByCRN instance
    • crn

      public VPCIdentityByCRN.Builder crn(String crn)
      Set the crn.
      Parameters:
      crn - the crn
      Returns:
      the VPCIdentityByCRN builder