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