Package com.ibm.cloud.is.vpc.v1.model
Class InstanceProfileIdentityByHref.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.InstanceProfileIdentityByHref.Builder
-
- Enclosing class:
- InstanceProfileIdentityByHref
public static class InstanceProfileIdentityByHref.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(InstanceProfileIdentity instanceProfileIdentityByHref)
Instantiates a new Builder from an existing InstanceProfileIdentityByHref instance.Builder(String href)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceProfileIdentityByHref
build()
Builds a InstanceProfileIdentityByHref.InstanceProfileIdentityByHref.Builder
href(String href)
Set the href.
-
-
-
Constructor Detail
-
Builder
public Builder(InstanceProfileIdentity instanceProfileIdentityByHref)
Instantiates a new Builder from an existing InstanceProfileIdentityByHref instance.- Parameters:
instanceProfileIdentityByHref
- the instance to initialize the Builder with
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String href)
Instantiates a new builder with required properties.- Parameters:
href
- the href
-
-
Method Detail
-
build
public InstanceProfileIdentityByHref build()
Builds a InstanceProfileIdentityByHref.- Returns:
- the new InstanceProfileIdentityByHref instance
-
href
public InstanceProfileIdentityByHref.Builder href(String href)
Set the href.- Parameters:
href
- the href- Returns:
- the InstanceProfileIdentityByHref builder
-
-