Class RunReclamationActionOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.RunReclamationActionOptions.Builder
-
- Enclosing class:
- RunReclamationActionOptions
public static class RunReclamationActionOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunReclamationActionOptions.BuilderactionName(java.lang.String actionName)Set the actionName.RunReclamationActionOptionsbuild()Builds a RunReclamationActionOptions.RunReclamationActionOptions.Buildercomment(java.lang.String comment)Set the comment.RunReclamationActionOptions.Builderid(java.lang.String id)Set the id.RunReclamationActionOptions.BuilderrequestBy(java.lang.String requestBy)Set the requestBy.
-
-
-
Method Detail
-
build
public RunReclamationActionOptions build()
Builds a RunReclamationActionOptions.- Returns:
- the new RunReclamationActionOptions instance
-
id
public RunReclamationActionOptions.Builder id(java.lang.String id)
Set the id.- Parameters:
id- the id- Returns:
- the RunReclamationActionOptions builder
-
actionName
public RunReclamationActionOptions.Builder actionName(java.lang.String actionName)
Set the actionName.- Parameters:
actionName- the actionName- Returns:
- the RunReclamationActionOptions builder
-
requestBy
public RunReclamationActionOptions.Builder requestBy(java.lang.String requestBy)
Set the requestBy.- Parameters:
requestBy- the requestBy- Returns:
- the RunReclamationActionOptions builder
-
comment
public RunReclamationActionOptions.Builder comment(java.lang.String comment)
Set the comment.- Parameters:
comment- the comment- Returns:
- the RunReclamationActionOptions builder
-
-