Interface ContactFlowVersionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContactFlowVersionSummary.Builder,ContactFlowVersionSummary>,SdkBuilder<ContactFlowVersionSummary.Builder,ContactFlowVersionSummary>,SdkPojo
- Enclosing class:
- ContactFlowVersionSummary
public static interface ContactFlowVersionSummary.Builder extends SdkPojo, CopyableBuilder<ContactFlowVersionSummary.Builder,ContactFlowVersionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactFlowVersionSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the view version.ContactFlowVersionSummary.Builderversion(Long version)The identifier of the flow version.ContactFlowVersionSummary.BuilderversionDescription(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 Detail
-
arn
ContactFlowVersionSummary.Builder arn(String 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
ContactFlowVersionSummary.Builder versionDescription(String 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
ContactFlowVersionSummary.Builder version(Long 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.
-
-