Interface FlowTemplateDescription.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FlowTemplateDescription.Builder,,- FlowTemplateDescription> - SdkBuilder<FlowTemplateDescription.Builder,,- FlowTemplateDescription> - SdkPojo
- Enclosing class:
- FlowTemplateDescription
@Mutable
@NotThreadSafe
public static interface FlowTemplateDescription.Builder
extends SdkPojo, CopyableBuilder<FlowTemplateDescription.Builder,FlowTemplateDescription> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault FlowTemplateDescription.Builderdefinition(Consumer<DefinitionDocument.Builder> definition) A workflow's definition document.definition(DefinitionDocument definition) A workflow's definition document.default FlowTemplateDescription.Buildersummary(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
summaryAn 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.
 
- 
summaryAn object that contains summary information about a workflow. This is a convenience method that creates an instance of theFlowTemplateSummary.Builderavoiding the need to create one manually viaFlowTemplateSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosummary(FlowTemplateSummary).- Parameters:
- summary- a consumer that will call methods on- FlowTemplateSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
definitionA 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.
 
- 
definitionA workflow's definition document. This is a convenience method that creates an instance of theDefinitionDocument.Builderavoiding the need to create one manually viaDefinitionDocument.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefinition(DefinitionDocument).- Parameters:
- definition- a consumer that will call methods on- DefinitionDocument.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
validatedNamespaceVersionThe 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.
 
 
-