Interface ContactFlowModuleVersionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContactFlowModuleVersionSummary.Builder,,ContactFlowModuleVersionSummary> SdkBuilder<ContactFlowModuleVersionSummary.Builder,,ContactFlowModuleVersionSummary> SdkPojo
- Enclosing class:
ContactFlowModuleVersionSummary
@Mutable
@NotThreadSafe
public static interface ContactFlowModuleVersionSummary.Builder
extends SdkPojo, CopyableBuilder<ContactFlowModuleVersionSummary.Builder,ContactFlowModuleVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow module version.The version of the flow module.versionDescription(String versionDescription) The description of the flow module version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the flow module version.
- Parameters:
arn- The Amazon Resource Name (ARN) of the flow module version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionDescription
The description of the flow module version.
- Parameters:
versionDescription- The description of the flow module version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the flow module.
- Parameters:
version- The version of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-