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