Class WorkflowInvocationName.Builder
- java.lang.Object
-
- com.google.cloud.dataform.v1alpha2.WorkflowInvocationName.Builder
-
- Enclosing class:
- WorkflowInvocationName
public static class WorkflowInvocationName.Builder extends Object
Builder for projects/{project}/locations/{location}/repositories/{repository}/workflowInvocations/{workflow_invocation}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowInvocationNamebuild()StringgetLocation()StringgetProject()StringgetRepository()StringgetWorkflowInvocation()WorkflowInvocationName.BuildersetLocation(String location)WorkflowInvocationName.BuildersetProject(String project)WorkflowInvocationName.BuildersetRepository(String repository)WorkflowInvocationName.BuildersetWorkflowInvocation(String workflowInvocation)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getRepository
public String getRepository()
-
getWorkflowInvocation
public String getWorkflowInvocation()
-
setProject
public WorkflowInvocationName.Builder setProject(String project)
-
setLocation
public WorkflowInvocationName.Builder setLocation(String location)
-
setRepository
public WorkflowInvocationName.Builder setRepository(String repository)
-
setWorkflowInvocation
public WorkflowInvocationName.Builder setWorkflowInvocation(String workflowInvocation)
-
build
public WorkflowInvocationName build()
-
-