Class DedicatedHostGroupIdentityByHref.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.DedicatedHostGroupIdentityByHref.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Instantiates a new builder.Builder
(DedicatedHostGroupIdentity dedicatedHostGroupIdentityByHref) Instantiates a new Builder from an existing DedicatedHostGroupIdentityByHref instance.Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a DedicatedHostGroupIdentityByHref.Set the href.
-
Constructor Details
-
Builder
Instantiates a new Builder from an existing DedicatedHostGroupIdentityByHref instance.- Parameters:
dedicatedHostGroupIdentityByHref
- the instance to initialize the Builder with
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
href
- the href
-
-
Method Details
-
build
Builds a DedicatedHostGroupIdentityByHref.- Returns:
- the new DedicatedHostGroupIdentityByHref instance
-
href
Set the href.- Parameters:
href
- the href- Returns:
- the DedicatedHostGroupIdentityByHref builder
-