public static interface UpdateFlowTemplateRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<UpdateFlowTemplateRequest.Builder,UpdateFlowTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFlowTemplateRequest.Builder |
compatibleNamespaceVersion(Long compatibleNamespaceVersion)
The version of the user's namespace.
|
default UpdateFlowTemplateRequest.Builder |
definition(Consumer<DefinitionDocument.Builder> definition)
The
DefinitionDocument that contains the updated workflow definition. |
UpdateFlowTemplateRequest.Builder |
definition(DefinitionDocument definition)
The
DefinitionDocument that contains the updated workflow definition. |
UpdateFlowTemplateRequest.Builder |
id(String id)
The ID of the workflow to be updated.
|
UpdateFlowTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFlowTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFlowTemplateRequest.Builder id(String id)
The ID of the workflow to be updated.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
id - The ID of the workflow to be updated.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
UpdateFlowTemplateRequest.Builder definition(DefinitionDocument definition)
The DefinitionDocument that contains the updated workflow definition.
definition - The DefinitionDocument that contains the updated workflow definition.default UpdateFlowTemplateRequest.Builder definition(Consumer<DefinitionDocument.Builder> definition)
The DefinitionDocument that contains the updated workflow definition.
DefinitionDocument.Builder avoiding the
need to create one manually via DefinitionDocument.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to definition(DefinitionDocument).
definition - a consumer that will call methods on DefinitionDocument.Builderdefinition(DefinitionDocument)UpdateFlowTemplateRequest.Builder compatibleNamespaceVersion(Long compatibleNamespaceVersion)
The version of the user's namespace.
If no value is specified, the latest version is used by default. Use the
GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.
compatibleNamespaceVersion - The version of the user's namespace.
If no value is specified, the latest version is used by default. Use the
GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.
UpdateFlowTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFlowTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.