Package com.ibm.cloud.is.vpc.v1.model
Class DeleteInstanceNetworkAttachmentOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.DeleteInstanceNetworkAttachmentOptions.Builder
-
- Enclosing class:
- DeleteInstanceNetworkAttachmentOptions
public static class DeleteInstanceNetworkAttachmentOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteInstanceNetworkAttachmentOptions
build()
Builds a DeleteInstanceNetworkAttachmentOptions.DeleteInstanceNetworkAttachmentOptions.Builder
id(String id)
Set the id.DeleteInstanceNetworkAttachmentOptions.Builder
instanceId(String instanceId)
Set the instanceId.
-
-
-
Method Detail
-
build
public DeleteInstanceNetworkAttachmentOptions build()
Builds a DeleteInstanceNetworkAttachmentOptions.- Returns:
- the new DeleteInstanceNetworkAttachmentOptions instance
-
instanceId
public DeleteInstanceNetworkAttachmentOptions.Builder instanceId(String instanceId)
Set the instanceId.- Parameters:
instanceId
- the instanceId- Returns:
- the DeleteInstanceNetworkAttachmentOptions builder
-
id
public DeleteInstanceNetworkAttachmentOptions.Builder id(String id)
Set the id.- Parameters:
id
- the id- Returns:
- the DeleteInstanceNetworkAttachmentOptions builder
-
-