- 0.77.0 (latest)
 - 0.75.0
 - 0.74.0
 - 0.73.0
 - 0.72.0
 - 0.71.0
 - 0.69.0
 - 0.67.0
 - 0.66.0
 - 0.63.0
 - 0.62.0
 - 0.61.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.4
 
public static final class WorkflowInvocation.InvocationConfig.Builder extends GeneratedMessageV3.Builder<WorkflowInvocation.InvocationConfig.Builder> implements WorkflowInvocation.InvocationConfigOrBuilder Includes various configuration options for this workflow invocation.
 If both included_targets and included_tags are unset, all actions
 will be included.
 Protobuf type google.cloud.dataform.v1alpha2.WorkflowInvocation.InvocationConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > WorkflowInvocation.InvocationConfig.BuilderImplements
WorkflowInvocation.InvocationConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addAllIncludedTags(Iterable<String> values)
public WorkflowInvocation.InvocationConfig.Builder addAllIncludedTags(Iterable<String> values)Immutable. The set of tags to include.
 repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<String>The includedTags to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
addAllIncludedTargets(Iterable<? extends Target> values)
public WorkflowInvocation.InvocationConfig.Builder addAllIncludedTargets(Iterable<? extends Target> values)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Iterable<? extends com.google.cloud.dataform.v1alpha2.Target> | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
addIncludedTags(String value)
public WorkflowInvocation.InvocationConfig.Builder addIncludedTags(String value)Immutable. The set of tags to include.
 repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe includedTags to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
addIncludedTagsBytes(ByteString value)
public WorkflowInvocation.InvocationConfig.Builder addIncludedTagsBytes(ByteString value)Immutable. The set of tags to include.
 repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes of the includedTags to add.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
addIncludedTargets(Target value)
public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(Target value)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Target | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
addIncludedTargets(Target.Builder builderForValue)
public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(Target.Builder builderForValue)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Target.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
addIncludedTargets(int index, Target value)
public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(int index, Target value)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        Target | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
addIncludedTargets(int index, Target.Builder builderForValue)
public WorkflowInvocation.InvocationConfig.Builder addIncludedTargets(int index, Target.Builder builderForValue)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        Target.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
addIncludedTargetsBuilder()
public Target.Builder addIncludedTargetsBuilder()Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
Target.Builder | 
        |
addIncludedTargetsBuilder(int index)
public Target.Builder addIncludedTargetsBuilder(int index)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Target.Builder | 
        |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public WorkflowInvocation.InvocationConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
build()
public WorkflowInvocation.InvocationConfig build()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig | 
        |
buildPartial()
public WorkflowInvocation.InvocationConfig buildPartial()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig | 
        |
clear()
public WorkflowInvocation.InvocationConfig.Builder clear()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public WorkflowInvocation.InvocationConfig.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
clearFullyRefreshIncrementalTablesEnabled()
public WorkflowInvocation.InvocationConfig.Builder clearFullyRefreshIncrementalTablesEnabled()Immutable. When set to true, any incremental tables will be fully refreshed.
 
 bool fully_refresh_incremental_tables_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
clearIncludedTags()
public WorkflowInvocation.InvocationConfig.Builder clearIncludedTags()Immutable. The set of tags to include.
 repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
clearIncludedTargets()
public WorkflowInvocation.InvocationConfig.Builder clearIncludedTargets()Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public WorkflowInvocation.InvocationConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
clearTransitiveDependenciesIncluded()
public WorkflowInvocation.InvocationConfig.Builder clearTransitiveDependenciesIncluded()Immutable. When set to true, transitive dependencies of included actions will be executed.
 bool transitive_dependencies_included = 3 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
clearTransitiveDependentsIncluded()
public WorkflowInvocation.InvocationConfig.Builder clearTransitiveDependentsIncluded()Immutable. When set to true, transitive dependents of included actions will be executed.
 bool transitive_dependents_included = 4 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
clone()
public WorkflowInvocation.InvocationConfig.Builder clone()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
getDefaultInstanceForType()
public WorkflowInvocation.InvocationConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getFullyRefreshIncrementalTablesEnabled()
public boolean getFullyRefreshIncrementalTablesEnabled()Immutable. When set to true, any incremental tables will be fully refreshed.
 
 bool fully_refresh_incremental_tables_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The fullyRefreshIncrementalTablesEnabled.  | 
      
getIncludedTags(int index)
public String getIncludedTags(int index)Immutable. The set of tags to include.
 repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The includedTags at the given index.  | 
      
getIncludedTagsBytes(int index)
public ByteString getIncludedTagsBytes(int index)Immutable. The set of tags to include.
 repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the includedTags at the given index.  | 
      
getIncludedTagsCount()
public int getIncludedTagsCount()Immutable. The set of tags to include.
 repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of includedTags.  | 
      
getIncludedTagsList()
public ProtocolStringList getIncludedTagsList()Immutable. The set of tags to include.
 repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description | 
ProtocolStringList | 
        A list containing the includedTags.  | 
      
getIncludedTargets(int index)
public Target getIncludedTargets(int index)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Target | 
        |
getIncludedTargetsBuilder(int index)
public Target.Builder getIncludedTargetsBuilder(int index)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Target.Builder | 
        |
getIncludedTargetsBuilderList()
public List<Target.Builder> getIncludedTargetsBuilderList()Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
List<Builder> | 
        |
getIncludedTargetsCount()
public int getIncludedTargetsCount()Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getIncludedTargetsList()
public List<Target> getIncludedTargetsList()Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
List<Target> | 
        |
getIncludedTargetsOrBuilder(int index)
public TargetOrBuilder getIncludedTargetsOrBuilder(int index)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
TargetOrBuilder | 
        |
getIncludedTargetsOrBuilderList()
public List<? extends TargetOrBuilder> getIncludedTargetsOrBuilderList()Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.dataform.v1alpha2.TargetOrBuilder> | 
        |
getTransitiveDependenciesIncluded()
public boolean getTransitiveDependenciesIncluded()Immutable. When set to true, transitive dependencies of included actions will be executed.
 bool transitive_dependencies_included = 3 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The transitiveDependenciesIncluded.  | 
      
getTransitiveDependentsIncluded()
public boolean getTransitiveDependentsIncluded()Immutable. When set to true, transitive dependents of included actions will be executed.
 bool transitive_dependents_included = 4 [(.google.api.field_behavior) = IMMUTABLE];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The transitiveDependentsIncluded.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(WorkflowInvocation.InvocationConfig other)
public WorkflowInvocation.InvocationConfig.Builder mergeFrom(WorkflowInvocation.InvocationConfig other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        WorkflowInvocation.InvocationConfig | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WorkflowInvocation.InvocationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public WorkflowInvocation.InvocationConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final WorkflowInvocation.InvocationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
removeIncludedTargets(int index)
public WorkflowInvocation.InvocationConfig.Builder removeIncludedTargets(int index)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public WorkflowInvocation.InvocationConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
setFullyRefreshIncrementalTablesEnabled(boolean value)
public WorkflowInvocation.InvocationConfig.Builder setFullyRefreshIncrementalTablesEnabled(boolean value)Immutable. When set to true, any incremental tables will be fully refreshed.
 
 bool fully_refresh_incremental_tables_enabled = 5 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        booleanThe fullyRefreshIncrementalTablesEnabled to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
setIncludedTags(int index, String value)
public WorkflowInvocation.InvocationConfig.Builder setIncludedTags(int index, String value)Immutable. The set of tags to include.
 repeated string included_tags = 2 [(.google.api.field_behavior) = IMMUTABLE];
| Parameters | |
|---|---|
| Name | Description | 
index | 
        intThe index to set the value at.  | 
      
value | 
        StringThe includedTags to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
setIncludedTargets(int index, Target value)
public WorkflowInvocation.InvocationConfig.Builder setIncludedTargets(int index, Target value)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
value | 
        Target | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
setIncludedTargets(int index, Target.Builder builderForValue)
public WorkflowInvocation.InvocationConfig.Builder setIncludedTargets(int index, Target.Builder builderForValue)Immutable. The set of action identifiers to include.
 
 repeated .google.cloud.dataform.v1alpha2.Target included_targets = 1 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameters | |
|---|---|
| Name | Description | 
index | 
        int | 
      
builderForValue | 
        Target.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public WorkflowInvocation.InvocationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |
setTransitiveDependenciesIncluded(boolean value)
public WorkflowInvocation.InvocationConfig.Builder setTransitiveDependenciesIncluded(boolean value)Immutable. When set to true, transitive dependencies of included actions will be executed.
 bool transitive_dependencies_included = 3 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        booleanThe transitiveDependenciesIncluded to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
setTransitiveDependentsIncluded(boolean value)
public WorkflowInvocation.InvocationConfig.Builder setTransitiveDependentsIncluded(boolean value)Immutable. When set to true, transitive dependents of included actions will be executed.
 bool transitive_dependents_included = 4 [(.google.api.field_behavior) = IMMUTABLE];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        booleanThe transitiveDependentsIncluded to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final WorkflowInvocation.InvocationConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
WorkflowInvocation.InvocationConfig.Builder | 
        |