Class ExecutionName.Builder
- java.lang.Object
-
- com.google.cloud.workflows.executions.v1.ExecutionName.Builder
-
- Enclosing class:
- ExecutionName
public static class ExecutionName.Builder extends Object
Builder for projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionName
build()
String
getExecution()
String
getLocation()
String
getProject()
String
getWorkflow()
ExecutionName.Builder
setExecution(String execution)
ExecutionName.Builder
setLocation(String location)
ExecutionName.Builder
setProject(String project)
ExecutionName.Builder
setWorkflow(String workflow)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getWorkflow
public String getWorkflow()
-
getExecution
public String getExecution()
-
setProject
public ExecutionName.Builder setProject(String project)
-
setLocation
public ExecutionName.Builder setLocation(String location)
-
setWorkflow
public ExecutionName.Builder setWorkflow(String workflow)
-
setExecution
public ExecutionName.Builder setExecution(String execution)
-
build
public ExecutionName build()
-
-