Package com.ibm.cloud.is.vpc.v1.model
Class InstancePatchProfileInstanceProfileIdentityByName.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.InstancePatchProfileInstanceProfileIdentityByName.Builder
-
- Enclosing class:
- InstancePatchProfileInstanceProfileIdentityByName
public static class InstancePatchProfileInstanceProfileIdentityByName.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(InstancePatchProfile instancePatchProfileInstanceProfileIdentityByName)
Instantiates a new Builder from an existing InstancePatchProfileInstanceProfileIdentityByName instance.Builder(String name)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstancePatchProfileInstanceProfileIdentityByName
build()
Builds a InstancePatchProfileInstanceProfileIdentityByName.InstancePatchProfileInstanceProfileIdentityByName.Builder
name(String name)
Set the name.
-
-
-
Constructor Detail
-
Builder
public Builder(InstancePatchProfile instancePatchProfileInstanceProfileIdentityByName)
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
public Builder(String name)
Instantiates a new builder with required properties.- Parameters:
name
- the name
-
-
Method Detail
-
build
public InstancePatchProfileInstanceProfileIdentityByName build()
Builds a InstancePatchProfileInstanceProfileIdentityByName.- Returns:
- the new InstancePatchProfileInstanceProfileIdentityByName instance
-
name
public InstancePatchProfileInstanceProfileIdentityByName.Builder name(String name)
Set the name.- Parameters:
name
- the name- Returns:
- the InstancePatchProfileInstanceProfileIdentityByName builder
-
-