Class InstanceGroupManagerActionPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.InstanceGroupManagerActionPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoDelete(Boolean autoDelete) Set the autoDelete.autoDeleteTimeout(long autoDeleteTimeout) Set the autoDeleteTimeout.build()Builds a InstanceGroupManagerActionPatch.Set the cronSpec.Set the group.Set the manager.Set the name.Set the runAt.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a InstanceGroupManagerActionPatch.- Returns:
- the new InstanceGroupManagerActionPatch instance
-
autoDelete
Set the autoDelete.- Parameters:
autoDelete- the autoDelete- Returns:
- the InstanceGroupManagerActionPatch builder
-
autoDeleteTimeout
Set the autoDeleteTimeout.- Parameters:
autoDeleteTimeout- the autoDeleteTimeout- Returns:
- the InstanceGroupManagerActionPatch builder
-
cronSpec
Set the cronSpec.- Parameters:
cronSpec- the cronSpec- Returns:
- the InstanceGroupManagerActionPatch builder
-
group
Set the group.- Parameters:
group- the group- Returns:
- the InstanceGroupManagerActionPatch builder
-
manager
public InstanceGroupManagerActionPatch.Builder manager(InstanceGroupManagerActionManagerPatch manager) Set the manager.- Parameters:
manager- the manager- Returns:
- the InstanceGroupManagerActionPatch builder
-
name
Set the name.- Parameters:
name- the name- Returns:
- the InstanceGroupManagerActionPatch builder
-
runAt
Set the runAt.- Parameters:
runAt- the runAt- Returns:
- the InstanceGroupManagerActionPatch builder
-