Interface FlowTemplateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowTemplateSummary.Builder,
,FlowTemplateSummary> SdkBuilder<FlowTemplateSummary.Builder,
,FlowTemplateSummary> SdkPojo
- Enclosing class:
FlowTemplateSummary
@Mutable
@NotThreadSafe
public static interface FlowTemplateSummary.Builder
extends SdkPojo, CopyableBuilder<FlowTemplateSummary.Builder,FlowTemplateSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the workflow.The date when the workflow was created.The ID of the workflow.revisionNumber
(Long revisionNumber) The revision number of the workflow.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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the workflow.
- Parameters:
id
- The ID of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the workflow.
- Parameters:
arn
- The ARN of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionNumber
The revision number of the workflow.
- Parameters:
revisionNumber
- The revision number of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date when the workflow was created.
- Parameters:
createdAt
- The date when the workflow was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-