Class NetworkInterfacePatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.NetworkInterfacePatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowIpSpoofing
(Boolean allowIpSpoofing) Set the allowIpSpoofing.build()
Builds a NetworkInterfacePatch.Set the name.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a NetworkInterfacePatch.- Returns:
- the new NetworkInterfacePatch instance
-
allowIpSpoofing
Set the allowIpSpoofing.- Parameters:
allowIpSpoofing
- the allowIpSpoofing- Returns:
- the NetworkInterfacePatch builder
-
name
Set the name.- Parameters:
name
- the name- Returns:
- the NetworkInterfacePatch builder
-