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