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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionNamebuild()StringgetExecution()StringgetLocation()StringgetProject()StringgetWorkflow()ExecutionName.BuildersetExecution(String execution)ExecutionName.BuildersetLocation(String location)ExecutionName.BuildersetProject(String project)ExecutionName.BuildersetWorkflow(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()
-
-