Class BareMetalServerProfileIdentityByName.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.BareMetalServerProfileIdentityByName.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Instantiates a new builder.Builder
(BareMetalServerProfileIdentity bareMetalServerProfileIdentityByName) Instantiates a new Builder from an existing BareMetalServerProfileIdentityByName instance.Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a BareMetalServerProfileIdentityByName.Set the name.
-
Constructor Details
-
Builder
Instantiates a new Builder from an existing BareMetalServerProfileIdentityByName instance.- Parameters:
bareMetalServerProfileIdentityByName
- 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 BareMetalServerProfileIdentityByName.- Returns:
- the new BareMetalServerProfileIdentityByName instance
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the BareMetalServerProfileIdentityByName builder
-