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