Interface FlowTemplateDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowTemplateDescription.Builder,
,FlowTemplateDescription> SdkBuilder<FlowTemplateDescription.Builder,
,FlowTemplateDescription> SdkPojo
- Enclosing class:
FlowTemplateDescription
public static interface FlowTemplateDescription.Builder
extends SdkPojo, CopyableBuilder<FlowTemplateDescription.Builder,FlowTemplateDescription>
-
Method Summary
Modifier and TypeMethodDescriptiondefault FlowTemplateDescription.Builder
definition
(Consumer<DefinitionDocument.Builder> definition) A workflow's definition document.definition
(DefinitionDocument definition) A workflow's definition document.default FlowTemplateDescription.Builder
summary
(Consumer<FlowTemplateSummary.Builder> summary) An object that contains summary information about a workflow.summary
(FlowTemplateSummary summary) An object that contains summary information about a workflow.validatedNamespaceVersion
(Long validatedNamespaceVersion) The version of the user's namespace against which the workflow was validated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
summary
An object that contains summary information about a workflow.
- Parameters:
summary
- An object that contains summary information about a workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
An object that contains summary information about a workflow.
This is a convenience method that creates an instance of theFlowTemplateSummary.Builder
avoiding the need to create one manually viaFlowTemplateSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosummary(FlowTemplateSummary)
.- Parameters:
summary
- a consumer that will call methods onFlowTemplateSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
definition
A workflow's definition document.
- Parameters:
definition
- A workflow's definition document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
A workflow's definition document.
This is a convenience method that creates an instance of theDefinitionDocument.Builder
avoiding the need to create one manually viaDefinitionDocument.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefinition(DefinitionDocument)
.- Parameters:
definition
- a consumer that will call methods onDefinitionDocument.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validatedNamespaceVersion
The version of the user's namespace against which the workflow was validated. Use this value in your system instance.
- Parameters:
validatedNamespaceVersion
- The version of the user's namespace against which the workflow was validated. Use this value in your system instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-