Interface ContactFlowModule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContactFlowModule.Builder,,ContactFlowModule> SdkBuilder<ContactFlowModule.Builder,,ContactFlowModule> SdkPojo
- Enclosing class:
ContactFlowModule
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN).The JSON string that represents the content of the flow.description(String description) The description of the flow module.default ContactFlowModule.BuilderexternalInvocationConfiguration(Consumer<ExternalInvocationConfiguration.Builder> externalInvocationConfiguration) The external invocation configuration for the flow moduleexternalInvocationConfiguration(ExternalInvocationConfiguration externalInvocationConfiguration) The external invocation configuration for the flow moduleflowModuleContentSha256(String flowModuleContentSha256) Hash of the module content for integrity verification.The identifier of the flow module.The name of the flow module.The configuration settings for the flow module.The type of flow module.state(ContactFlowModuleState state) The type of flow module.The status of the flow module.status(ContactFlowModuleStatus status) The status of the flow module.The tags used to organize, track, or control access for this resource.The version of the flow module.versionDescription(String versionDescription) Description of the 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).
- Parameters:
arn- The Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the flow module.
- Parameters:
id- The identifier of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the flow module.
- Parameters:
name- The name of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
- Parameters:
content- The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the flow module.
- Parameters:
description- The description of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The type of flow module.
- Parameters:
state- The type of flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The type of flow module.
- Parameters:
state- The type of flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the flow module.
- Parameters:
status- The status of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the flow module.
- Parameters:
status- The status of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowModuleContentSha256
Hash of the module content for integrity verification.
- Parameters:
flowModuleContentSha256- Hash of the module content for integrity verification.- 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.
-
versionDescription
Description of the version.
- Parameters:
versionDescription- Description of the version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
The configuration settings for the flow module.
- Parameters:
settings- The configuration settings for the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalInvocationConfiguration
ContactFlowModule.Builder externalInvocationConfiguration(ExternalInvocationConfiguration externalInvocationConfiguration) The external invocation configuration for the flow module
- Parameters:
externalInvocationConfiguration- The external invocation configuration for the flow module- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalInvocationConfiguration
default ContactFlowModule.Builder externalInvocationConfiguration(Consumer<ExternalInvocationConfiguration.Builder> externalInvocationConfiguration) The external invocation configuration for the flow module
This is a convenience method that creates an instance of theExternalInvocationConfiguration.Builderavoiding the need to create one manually viaExternalInvocationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexternalInvocationConfiguration(ExternalInvocationConfiguration).- Parameters:
externalInvocationConfiguration- a consumer that will call methods onExternalInvocationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-