public static interface FlowTemplateSummary.Builder extends SdkPojo, CopyableBuilder<FlowTemplateSummary.Builder,FlowTemplateSummary>
| Modifier and Type | Method and Description |
|---|---|
FlowTemplateSummary.Builder |
arn(String arn)
The ARN of the workflow.
|
FlowTemplateSummary.Builder |
createdAt(Instant createdAt)
The date when the workflow was created.
|
FlowTemplateSummary.Builder |
id(String id)
The ID of the workflow.
|
FlowTemplateSummary.Builder |
revisionNumber(Long revisionNumber)
The revision number of the workflow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlowTemplateSummary.Builder id(String id)
The ID of the workflow.
id - The ID of the workflow.FlowTemplateSummary.Builder arn(String arn)
The ARN of the workflow.
arn - The ARN of the workflow.FlowTemplateSummary.Builder revisionNumber(Long revisionNumber)
The revision number of the workflow.
revisionNumber - The revision number of the workflow.FlowTemplateSummary.Builder createdAt(Instant createdAt)
The date when the workflow was created.
createdAt - The date when the workflow was created.Copyright © 2022. All rights reserved.