Package com.ibm.cloud.is.vpc.v1.model
Class NetworkInterfacePatch.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.NetworkInterfacePatch.Builder
-
- Enclosing class:
- NetworkInterfacePatch
public static class NetworkInterfacePatch.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 NetworkInterfacePatch.BuilderallowIpSpoofing(Boolean allowIpSpoofing)Set the allowIpSpoofing.NetworkInterfacePatchbuild()Builds a NetworkInterfacePatch.NetworkInterfacePatch.Buildername(String name)Set the name.
-
-
-
Method Detail
-
build
public NetworkInterfacePatch build()
Builds a NetworkInterfacePatch.- Returns:
- the new NetworkInterfacePatch instance
-
allowIpSpoofing
public NetworkInterfacePatch.Builder allowIpSpoofing(Boolean allowIpSpoofing)
Set the allowIpSpoofing.- Parameters:
allowIpSpoofing- the allowIpSpoofing- Returns:
- the NetworkInterfacePatch builder
-
name
public NetworkInterfacePatch.Builder name(String name)
Set the name.- Parameters:
name- the name- Returns:
- the NetworkInterfacePatch builder
-
-