public static interface BatchGetFlowAssociationRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<BatchGetFlowAssociationRequest.Builder,BatchGetFlowAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetFlowAssociationRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
BatchGetFlowAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetFlowAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetFlowAssociationRequest.Builder |
resourceIds(Collection<String> resourceIds)
A list of resource identifiers to retrieve flow associations.
|
BatchGetFlowAssociationRequest.Builder |
resourceIds(String... resourceIds)
A list of resource identifiers to retrieve flow associations.
|
BatchGetFlowAssociationRequest.Builder |
resourceType(ListFlowAssociationResourceType resourceType)
The type of resource association.
|
BatchGetFlowAssociationRequest.Builder |
resourceType(String resourceType)
The type of resource association.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetFlowAssociationRequest.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.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.BatchGetFlowAssociationRequest.Builder resourceIds(Collection<String> resourceIds)
A list of resource identifiers to retrieve flow associations.
resourceIds - A list of resource identifiers to retrieve flow associations.BatchGetFlowAssociationRequest.Builder resourceIds(String... resourceIds)
A list of resource identifiers to retrieve flow associations.
resourceIds - A list of resource identifiers to retrieve flow associations.BatchGetFlowAssociationRequest.Builder resourceType(String resourceType)
The type of resource association.
resourceType - The type of resource association.ListFlowAssociationResourceType,
ListFlowAssociationResourceTypeBatchGetFlowAssociationRequest.Builder resourceType(ListFlowAssociationResourceType resourceType)
The type of resource association.
resourceType - The type of resource association.ListFlowAssociationResourceType,
ListFlowAssociationResourceTypeBatchGetFlowAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetFlowAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.