Class VolumeAttachmentPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.VolumeAttachmentPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a VolumeAttachmentPatch.deleteVolumeOnInstanceDelete
(Boolean deleteVolumeOnInstanceDelete) Set the deleteVolumeOnInstanceDelete.Set the name.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a VolumeAttachmentPatch.- Returns:
- the new VolumeAttachmentPatch instance
-
deleteVolumeOnInstanceDelete
public VolumeAttachmentPatch.Builder deleteVolumeOnInstanceDelete(Boolean deleteVolumeOnInstanceDelete) Set the deleteVolumeOnInstanceDelete.- Parameters:
deleteVolumeOnInstanceDelete
- the deleteVolumeOnInstanceDelete- Returns:
- the VolumeAttachmentPatch builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the VolumeAttachmentPatch builder
-