Class ImagePatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ImagePatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a ImagePatch.deprecationAt(Date deprecationAt) Set the deprecationAt.Set the name.obsolescenceAt(Date obsolescenceAt) Set the obsolescenceAt.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
-
deprecationAt
Set the deprecationAt.- Parameters:
deprecationAt- the deprecationAt- Returns:
- the ImagePatch builder
-
name
Set the name.- Parameters:
name- the name- Returns:
- the ImagePatch builder
-
obsolescenceAt
Set the obsolescenceAt.- Parameters:
obsolescenceAt- the obsolescenceAt- Returns:
- the ImagePatch builder
-