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