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