Interface CreateContactFlowVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<CreateContactFlowVersionRequest.Builder,,CreateContactFlowVersionRequest> SdkBuilder<CreateContactFlowVersionRequest.Builder,,CreateContactFlowVersionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateContactFlowVersionRequest
@Mutable
@NotThreadSafe
public static interface CreateContactFlowVersionRequest.Builder
extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateContactFlowVersionRequest.Builder,CreateContactFlowVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncontactFlowId(String contactFlowId) The identifier of the flow.contactFlowVersion(Long contactFlowVersion) The identifier of the flow version.description(String description) The description of the flow version.flowContentSha256(String flowContentSha256) Indicates the checksum value of the flow content.instanceId(String instanceId) The identifier of the Amazon Connect instance.lastModifiedRegion(String lastModifiedRegion) The Amazon Web Services Region where this resource was last modified.lastModifiedTime(Instant lastModifiedTime) The Amazon Web Services Region where this resource was last modified.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
buildMethods 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
-
instanceId
The identifier of the Amazon Connect instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the flow version.
- Parameters:
description- The description of the flow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowId
The identifier of the flow.
- Parameters:
contactFlowId- The identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowContentSha256
Indicates the checksum value of the flow content.
- Parameters:
flowContentSha256- Indicates the checksum value of the flow content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowVersion
The identifier of the flow version.
- Parameters:
contactFlowVersion- The identifier of the flow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedTime- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateContactFlowVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateContactFlowVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-