Interface UpdateContactFlowMetadataRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectRequest.Builder
,CopyableBuilder<UpdateContactFlowMetadataRequest.Builder,
,UpdateContactFlowMetadataRequest> SdkBuilder<UpdateContactFlowMetadataRequest.Builder,
,UpdateContactFlowMetadataRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateContactFlowMetadataRequest
public static interface UpdateContactFlowMetadataRequest.Builder
extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactFlowMetadataRequest.Builder,UpdateContactFlowMetadataRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncontactFlowId
(String contactFlowId) The identifier of the flow.contactFlowState
(String contactFlowState) The state of flow.contactFlowState
(ContactFlowState contactFlowState) The state of flow.description
(String description) The description of the flow.instanceId
(String instanceId) The identifier of the Amazon Connect instance.The name of the flow.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
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, sdkFields
-
Method Details
-
instanceId
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId
- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- 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.
-
name
The name of the flow.
- Parameters:
name
- The name of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the flow.
- Parameters:
description
- The description of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowState
The state of flow.
- Parameters:
contactFlowState
- The state of flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contactFlowState
The state of flow.
- Parameters:
contactFlowState
- The state of flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateContactFlowMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateContactFlowMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-