Interface CreateContactFlowVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectRequest.Builder
,CopyableBuilder<CreateContactFlowVersionRequest.Builder,CreateContactFlowVersionRequest>
,SdkBuilder<CreateContactFlowVersionRequest.Builder,CreateContactFlowVersionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateContactFlowVersionRequest
public static interface CreateContactFlowVersionRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateContactFlowVersionRequest.Builder,CreateContactFlowVersionRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
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
-
instanceId
CreateContactFlowVersionRequest.Builder instanceId(String 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
CreateContactFlowVersionRequest.Builder description(String 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
CreateContactFlowVersionRequest.Builder contactFlowId(String 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
CreateContactFlowVersionRequest.Builder flowContentSha256(String 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.
-
lastModifiedTime
CreateContactFlowVersionRequest.Builder lastModifiedTime(Instant 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
CreateContactFlowVersionRequest.Builder lastModifiedRegion(String 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateContactFlowVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-