Interface ContactFlowVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContactFlowVersionSummary.Builder,
,ContactFlowVersionSummary> SdkBuilder<ContactFlowVersionSummary.Builder,
,ContactFlowVersionSummary> SdkPojo
- Enclosing class:
ContactFlowVersionSummary
@Mutable
@NotThreadSafe
public static interface ContactFlowVersionSummary.Builder
extends SdkPojo, CopyableBuilder<ContactFlowVersionSummary.Builder,ContactFlowVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the view version.The identifier of the flow version.versionDescription
(String versionDescription) The description of the flow version.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
-
arn
The Amazon Resource Name (ARN) of the view version.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the view version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionDescription
The description of the flow version.
- Parameters:
versionDescription
- The description of the flow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The identifier of the flow version.
- Parameters:
version
- The identifier of the flow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-