Interface UpdateContactFlowModuleMetadataRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateContactFlowModuleMetadataRequest.Builder,UpdateContactFlowModuleMetadataRequest>,SdkBuilder<UpdateContactFlowModuleMetadataRequest.Builder,UpdateContactFlowModuleMetadataRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateContactFlowModuleMetadataRequest
@Mutable @NotThreadSafe public static interface UpdateContactFlowModuleMetadataRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactFlowModuleMetadataRequest.Builder,UpdateContactFlowModuleMetadataRequest>
-
-
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
UpdateContactFlowModuleMetadataRequest.Builder instanceId(String 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.
-
contactFlowModuleId
UpdateContactFlowModuleMetadataRequest.Builder contactFlowModuleId(String contactFlowModuleId)
The identifier of the flow module.
- Parameters:
contactFlowModuleId- The identifier of the flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateContactFlowModuleMetadataRequest.Builder name(String 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.
-
description
UpdateContactFlowModuleMetadataRequest.Builder description(String 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
UpdateContactFlowModuleMetadataRequest.Builder state(String state)
The state of flow module.
- Parameters:
state- The state of flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowModuleState,ContactFlowModuleState
-
state
UpdateContactFlowModuleMetadataRequest.Builder state(ContactFlowModuleState state)
The state of flow module.
- Parameters:
state- The state of flow module.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowModuleState,ContactFlowModuleState
-
overrideConfiguration
UpdateContactFlowModuleMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateContactFlowModuleMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-