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