Interface AssociateFlowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<AssociateFlowRequest.Builder,AssociateFlowRequest>,SdkBuilder<AssociateFlowRequest.Builder,AssociateFlowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateFlowRequest
public static interface AssociateFlowRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<AssociateFlowRequest.Builder,AssociateFlowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateFlowRequest.BuilderflowId(String flowId)The identifier of the flow.AssociateFlowRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.AssociateFlowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateFlowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateFlowRequest.BuilderresourceId(String resourceId)The identifier of the resource.AssociateFlowRequest.BuilderresourceType(String resourceType)A valid resource type.AssociateFlowRequest.BuilderresourceType(FlowAssociationResourceType resourceType)A valid resource type.-
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 Detail
-
instanceId
AssociateFlowRequest.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.
-
resourceId
AssociateFlowRequest.Builder resourceId(String resourceId)
The identifier of the resource.
- Parameters:
resourceId- The identifier of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowId
AssociateFlowRequest.Builder flowId(String flowId)
The identifier of the flow.
- Parameters:
flowId- The identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
AssociateFlowRequest.Builder resourceType(String resourceType)
A valid resource type.
- Parameters:
resourceType- A valid resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FlowAssociationResourceType,FlowAssociationResourceType
-
resourceType
AssociateFlowRequest.Builder resourceType(FlowAssociationResourceType resourceType)
A valid resource type.
- Parameters:
resourceType- A valid resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FlowAssociationResourceType,FlowAssociationResourceType
-
overrideConfiguration
AssociateFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-