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