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